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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=68",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=66",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 67,
    "results": [
        {
            "start": 822667535,
            "stop": 822667598
        },
        {
            "start": 822667741,
            "stop": 822667773
        },
        {
            "start": 822699919,
            "stop": 822710139
        },
        {
            "start": 822710338,
            "stop": 822714296
        },
        {
            "start": 822714798,
            "stop": 822722817
        },
        {
            "start": 822722915,
            "stop": 822723073
        },
        {
            "start": 822723115,
            "stop": 822723117
        },
        {
            "start": 822723284,
            "stop": 822723493
        },
        {
            "start": 822723521,
            "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": 822743113
        },
        {
            "start": 822743147,
            "stop": 822743149
        },
        {
            "start": 822743204,
            "stop": 822745333
        },
        {
            "start": 822745357,
            "stop": 822745358
        }
    ]
}