Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=343
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=344",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=342",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 343,
    "results": [
        {
            "start": 1260582161,
            "stop": 1260582254
        },
        {
            "start": 1260582318,
            "stop": 1260582364
        },
        {
            "start": 1260582365,
            "stop": 1260583348
        },
        {
            "start": 1260583349,
            "stop": 1260586002
        },
        {
            "start": 1260586003,
            "stop": 1260587089
        },
        {
            "start": 1260587090,
            "stop": 1260587314
        },
        {
            "start": 1260587317,
            "stop": 1260587782
        },
        {
            "start": 1260587784,
            "stop": 1260588530
        },
        {
            "start": 1260588532,
            "stop": 1260589129
        },
        {
            "start": 1260589130,
            "stop": 1260589414
        },
        {
            "start": 1260589417,
            "stop": 1260592247
        },
        {
            "start": 1260592248,
            "stop": 1260592342
        },
        {
            "start": 1260592343,
            "stop": 1260592698
        },
        {
            "start": 1260592700,
            "stop": 1260592838
        },
        {
            "start": 1260592841,
            "stop": 1260593049
        },
        {
            "start": 1260593051,
            "stop": 1260593747
        },
        {
            "start": 1260593750,
            "stop": 1260593865
        },
        {
            "start": 1260593866,
            "stop": 1260595089
        },
        {
            "start": 1260595097,
            "stop": 1260595152
        },
        {
            "start": 1260595155,
            "stop": 1260596364
        }
    ]
}