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_CAT3E/segments?format=api&page=40726
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=40727",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40725",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40726,
    "results": [
        {
            "start": 874958914,
            "stop": 874958921
        },
        {
            "start": 874958922,
            "stop": 874958933
        },
        {
            "start": 874958934,
            "stop": 874958946
        },
        {
            "start": 874958951,
            "stop": 874958952
        },
        {
            "start": 874958953,
            "stop": 874958965
        },
        {
            "start": 874958966,
            "stop": 874958974
        },
        {
            "start": 874958976,
            "stop": 874958998
        },
        {
            "start": 874958999,
            "stop": 874959014
        },
        {
            "start": 874959017,
            "stop": 874959027
        },
        {
            "start": 874959028,
            "stop": 874959030
        },
        {
            "start": 874959090,
            "stop": 874959104
        },
        {
            "start": 874959106,
            "stop": 874959108
        },
        {
            "start": 874959110,
            "stop": 874959114
        },
        {
            "start": 874959118,
            "stop": 874959120
        },
        {
            "start": 874959124,
            "stop": 874959127
        },
        {
            "start": 874959128,
            "stop": 874959143
        },
        {
            "start": 874959147,
            "stop": 874959154
        },
        {
            "start": 874959155,
            "stop": 874959157
        },
        {
            "start": 874959159,
            "stop": 874959160
        },
        {
            "start": 874959161,
            "stop": 874959162
        }
    ]
}