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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=198",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=196",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 197,
    "results": [
        {
            "start": 820216143,
            "stop": 820216166
        },
        {
            "start": 820216173,
            "stop": 820216217
        },
        {
            "start": 820216224,
            "stop": 820216245
        },
        {
            "start": 820216253,
            "stop": 820216280
        },
        {
            "start": 820216287,
            "stop": 820216345
        },
        {
            "start": 820216360,
            "stop": 820216465
        },
        {
            "start": 820216479,
            "stop": 820216739
        },
        {
            "start": 820216747,
            "stop": 820216771
        },
        {
            "start": 820216778,
            "stop": 820216898
        },
        {
            "start": 820216905,
            "stop": 820216958
        },
        {
            "start": 820216966,
            "stop": 820217006
        },
        {
            "start": 820217013,
            "stop": 820217062
        },
        {
            "start": 820217069,
            "stop": 820217121
        },
        {
            "start": 820217128,
            "stop": 820217139
        },
        {
            "start": 820217147,
            "stop": 820217152
        },
        {
            "start": 820217160,
            "stop": 820217188
        },
        {
            "start": 820217195,
            "stop": 820217196
        },
        {
            "start": 820217204,
            "stop": 820217242
        },
        {
            "start": 820217252,
            "stop": 820217333
        },
        {
            "start": 820217348,
            "stop": 820217504
        }
    ]
}