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/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=207
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=208",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=206",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 207,
    "results": [
        {
            "start": 848220090,
            "stop": 848220663
        },
        {
            "start": 848220963,
            "stop": 848229659
        },
        {
            "start": 848231622,
            "stop": 848231639
        },
        {
            "start": 848231749,
            "stop": 848231812
        },
        {
            "start": 848232112,
            "stop": 848232354
        },
        {
            "start": 848232391,
            "stop": 848232432
        },
        {
            "start": 848232455,
            "stop": 848232479
        },
        {
            "start": 848232501,
            "stop": 848233984
        },
        {
            "start": 848234363,
            "stop": 848235701
        },
        {
            "start": 848235718,
            "stop": 848235966
        },
        {
            "start": 848235984,
            "stop": 848237098
        },
        {
            "start": 848237208,
            "stop": 848237245
        },
        {
            "start": 848237545,
            "stop": 848238924
        },
        {
            "start": 848238942,
            "stop": 848241496
        },
        {
            "start": 848241502,
            "stop": 848244330
        },
        {
            "start": 848244450,
            "stop": 848244630
        },
        {
            "start": 848244690,
            "stop": 848244870
        },
        {
            "start": 848245230,
            "stop": 848245350
        },
        {
            "start": 848246010,
            "stop": 848248170
        },
        {
            "start": 848248230,
            "stop": 848255928
        }
    ]
}