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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=118",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=116",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 117,
    "results": [
        {
            "start": 820067437,
            "stop": 820067460
        },
        {
            "start": 820067463,
            "stop": 820069169
        },
        {
            "start": 820069172,
            "stop": 820069495
        },
        {
            "start": 820069498,
            "stop": 820075105
        },
        {
            "start": 820075108,
            "stop": 820075626
        },
        {
            "start": 820075630,
            "stop": 820075980
        },
        {
            "start": 820075983,
            "stop": 820076506
        },
        {
            "start": 820076509,
            "stop": 820077712
        },
        {
            "start": 820077715,
            "stop": 820078019
        },
        {
            "start": 820078022,
            "stop": 820078424
        },
        {
            "start": 820078428,
            "stop": 820083610
        },
        {
            "start": 820083613,
            "stop": 820084380
        },
        {
            "start": 820084440,
            "stop": 820086394
        },
        {
            "start": 820086398,
            "stop": 820086984
        },
        {
            "start": 820089692,
            "stop": 820093181
        },
        {
            "start": 820093184,
            "stop": 820093200
        },
        {
            "start": 820093260,
            "stop": 820093603
        },
        {
            "start": 820093606,
            "stop": 820097593
        },
        {
            "start": 820097741,
            "stop": 820099239
        },
        {
            "start": 820099242,
            "stop": 820100859
        }
    ]
}