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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41107",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41105",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41106,
    "results": [
        {
            "start": 875230187,
            "stop": 875230194
        },
        {
            "start": 875230195,
            "stop": 875230213
        },
        {
            "start": 875230214,
            "stop": 875230225
        },
        {
            "start": 875230226,
            "stop": 875230251
        },
        {
            "start": 875230252,
            "stop": 875230283
        },
        {
            "start": 875230284,
            "stop": 875230287
        },
        {
            "start": 875230288,
            "stop": 875230296
        },
        {
            "start": 875230297,
            "stop": 875230316
        },
        {
            "start": 875230317,
            "stop": 875230319
        },
        {
            "start": 875230323,
            "stop": 875230328
        },
        {
            "start": 875230330,
            "stop": 875230331
        },
        {
            "start": 875230332,
            "stop": 875230342
        },
        {
            "start": 875230343,
            "stop": 875230359
        },
        {
            "start": 875230361,
            "stop": 875230370
        },
        {
            "start": 875230371,
            "stop": 875230428
        },
        {
            "start": 875230429,
            "stop": 875230430
        },
        {
            "start": 875230431,
            "stop": 875230443
        },
        {
            "start": 875230445,
            "stop": 875230448
        },
        {
            "start": 875230449,
            "stop": 875230491
        },
        {
            "start": 875230492,
            "stop": 875230504
        }
    ]
}