Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=70
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=71",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=69",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 70,
    "results": [
        {
            "start": 822667535,
            "stop": 822667598
        },
        {
            "start": 822699919,
            "stop": 822702395
        },
        {
            "start": 822702400,
            "stop": 822710139
        },
        {
            "start": 822710338,
            "stop": 822714296
        },
        {
            "start": 822714798,
            "stop": 822722817
        },
        {
            "start": 822722915,
            "stop": 822723117
        },
        {
            "start": 822723284,
            "stop": 822723523
        },
        {
            "start": 822723668,
            "stop": 822725728
        },
        {
            "start": 822726028,
            "stop": 822731233
        },
        {
            "start": 822731282,
            "stop": 822731290
        },
        {
            "start": 822731340,
            "stop": 822732636
        },
        {
            "start": 822732936,
            "stop": 822734966
        },
        {
            "start": 822735076,
            "stop": 822735435
        },
        {
            "start": 822736447,
            "stop": 822737655
        },
        {
            "start": 822740790,
            "stop": 822743149
        },
        {
            "start": 822743204,
            "stop": 822745358
        },
        {
            "start": 822745395,
            "stop": 822748132
        },
        {
            "start": 822748143,
            "stop": 822755770
        },
        {
            "start": 822755801,
            "stop": 822756237
        },
        {
            "start": 822756333,
            "stop": 822757845
        }
    ]
}