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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=264",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=262",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 263,
    "results": [
        {
            "start": 934136470,
            "stop": 934136533
        },
        {
            "start": 934136536,
            "stop": 934136822
        },
        {
            "start": 934136825,
            "stop": 934136919
        },
        {
            "start": 934136922,
            "stop": 934137018
        },
        {
            "start": 934137020,
            "stop": 934137150
        },
        {
            "start": 934137153,
            "stop": 934137215
        },
        {
            "start": 934137218,
            "stop": 934137314
        },
        {
            "start": 934137316,
            "stop": 934137412
        },
        {
            "start": 934137417,
            "stop": 934137964
        },
        {
            "start": 934137967,
            "stop": 934138169
        },
        {
            "start": 934138229,
            "stop": 934138815
        },
        {
            "start": 934139055,
            "stop": 934139358
        },
        {
            "start": 934139360,
            "stop": 934139504
        },
        {
            "start": 934139506,
            "stop": 934139775
        },
        {
            "start": 934139777,
            "stop": 934139803
        },
        {
            "start": 934139805,
            "stop": 934140032
        },
        {
            "start": 934140035,
            "stop": 934140066
        },
        {
            "start": 934140070,
            "stop": 934140162
        },
        {
            "start": 934140165,
            "stop": 934140195
        },
        {
            "start": 934140198,
            "stop": 934140326
        }
    ]
}