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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=199",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=197",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 198,
    "results": [
        {
            "start": 1239953818,
            "stop": 1239953840
        },
        {
            "start": 1239953842,
            "stop": 1239953914
        },
        {
            "start": 1239953917,
            "stop": 1239954138
        },
        {
            "start": 1239954141,
            "stop": 1239954416
        },
        {
            "start": 1239954417,
            "stop": 1239954492
        },
        {
            "start": 1239954493,
            "stop": 1239954836
        },
        {
            "start": 1239954837,
            "stop": 1239955165
        },
        {
            "start": 1239955168,
            "stop": 1239955171
        },
        {
            "start": 1239955174,
            "stop": 1239955772
        },
        {
            "start": 1239955774,
            "stop": 1239956472
        },
        {
            "start": 1239956474,
            "stop": 1239956877
        },
        {
            "start": 1239956885,
            "stop": 1239957335
        },
        {
            "start": 1239957343,
            "stop": 1239957344
        },
        {
            "start": 1239957346,
            "stop": 1239957553
        },
        {
            "start": 1239957554,
            "stop": 1239958795
        },
        {
            "start": 1239958796,
            "stop": 1239959428
        },
        {
            "start": 1239959429,
            "stop": 1239959496
        },
        {
            "start": 1239959497,
            "stop": 1239960609
        },
        {
            "start": 1239960610,
            "stop": 1239960795
        },
        {
            "start": 1239960796,
            "stop": 1239961185
        }
    ]
}