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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=143",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=141",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 142,
    "results": [
        {
            "start": 818295175,
            "stop": 818295338
        },
        {
            "start": 818295355,
            "stop": 818295405
        },
        {
            "start": 818295422,
            "stop": 818295657
        },
        {
            "start": 818295674,
            "stop": 818295709
        },
        {
            "start": 818295726,
            "stop": 818295852
        },
        {
            "start": 818295869,
            "stop": 818295879
        },
        {
            "start": 818295897,
            "stop": 818296075
        },
        {
            "start": 818296195,
            "stop": 818296423
        },
        {
            "start": 818296604,
            "stop": 818298152
        },
        {
            "start": 818298272,
            "stop": 818298823
        },
        {
            "start": 818299156,
            "stop": 818302566
        },
        {
            "start": 818302686,
            "stop": 818312958
        },
        {
            "start": 818313078,
            "stop": 818318312
        },
        {
            "start": 818318315,
            "stop": 818321944
        },
        {
            "start": 818322064,
            "stop": 818322171
        },
        {
            "start": 818323797,
            "stop": 818324128
        },
        {
            "start": 818324472,
            "stop": 818326197
        },
        {
            "start": 818327623,
            "stop": 818334883
        },
        {
            "start": 818334884,
            "stop": 818338642
        },
        {
            "start": 818339647,
            "stop": 818342836
        }
    ]
}