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_CAT2E/segments?format=api&page=7267
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=7268",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7266",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7267,
    "results": [
        {
            "start": 874958472,
            "stop": 874958626
        },
        {
            "start": 874958627,
            "stop": 874958774
        },
        {
            "start": 874958775,
            "stop": 874958946
        },
        {
            "start": 874958951,
            "stop": 874958998
        },
        {
            "start": 874958999,
            "stop": 874959078
        },
        {
            "start": 874959079,
            "stop": 874959104
        },
        {
            "start": 874959106,
            "stop": 874959108
        },
        {
            "start": 874959110,
            "stop": 874959296
        },
        {
            "start": 874959299,
            "stop": 874959495
        },
        {
            "start": 874959497,
            "stop": 874959590
        },
        {
            "start": 874959591,
            "stop": 874959833
        },
        {
            "start": 874959834,
            "stop": 874959841
        },
        {
            "start": 874959843,
            "stop": 874959851
        },
        {
            "start": 874959852,
            "stop": 874959859
        },
        {
            "start": 874959861,
            "stop": 874959863
        },
        {
            "start": 874959867,
            "stop": 874959956
        },
        {
            "start": 874959957,
            "stop": 874960158
        },
        {
            "start": 874960159,
            "stop": 874960277
        },
        {
            "start": 874960278,
            "stop": 874960363
        },
        {
            "start": 874960366,
            "stop": 874960380
        }
    ]
}