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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=335",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=333",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 334,
    "results": [
        {
            "start": 821404068,
            "stop": 821404665
        },
        {
            "start": 821404672,
            "stop": 821404728
        },
        {
            "start": 821404731,
            "stop": 821404847
        },
        {
            "start": 821404854,
            "stop": 821405818
        },
        {
            "start": 821405826,
            "stop": 821406494
        },
        {
            "start": 821406501,
            "stop": 821407417
        },
        {
            "start": 821407425,
            "stop": 821408078
        },
        {
            "start": 821408085,
            "stop": 821408849
        },
        {
            "start": 821408856,
            "stop": 821408900
        },
        {
            "start": 821408908,
            "stop": 821409764
        },
        {
            "start": 821409945,
            "stop": 821410344
        },
        {
            "start": 821410352,
            "stop": 821410525
        },
        {
            "start": 821410532,
            "stop": 821410971
        },
        {
            "start": 821410979,
            "stop": 821410990
        },
        {
            "start": 821410993,
            "stop": 821411238
        },
        {
            "start": 821411250,
            "stop": 821411535
        },
        {
            "start": 821411543,
            "stop": 821412662
        },
        {
            "start": 821412670,
            "stop": 821413167
        },
        {
            "start": 821413174,
            "stop": 821413586
        },
        {
            "start": 821413593,
            "stop": 821414353
        }
    ]
}