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=339
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=340",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=338",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 339,
    "results": [
        {
            "start": 821243361,
            "stop": 821243463
        },
        {
            "start": 821243487,
            "stop": 821243585
        },
        {
            "start": 821243604,
            "stop": 821243771
        },
        {
            "start": 821243801,
            "stop": 821243806
        },
        {
            "start": 821243852,
            "stop": 821243934
        },
        {
            "start": 821243953,
            "stop": 821243966
        },
        {
            "start": 821243985,
            "stop": 821244023
        },
        {
            "start": 821244182,
            "stop": 821244331
        },
        {
            "start": 821244350,
            "stop": 821244502
        },
        {
            "start": 821244539,
            "stop": 821244661
        },
        {
            "start": 821244680,
            "stop": 821244785
        },
        {
            "start": 821244805,
            "stop": 821244822
        },
        {
            "start": 821244842,
            "stop": 821244935
        },
        {
            "start": 821244962,
            "stop": 821245044
        },
        {
            "start": 821245063,
            "stop": 821245151
        },
        {
            "start": 821245170,
            "stop": 821245229
        },
        {
            "start": 821245248,
            "stop": 821245273
        },
        {
            "start": 821245292,
            "stop": 821245321
        },
        {
            "start": 821245340,
            "stop": 821245347
        },
        {
            "start": 821245377,
            "stop": 821245414
        }
    ]
}