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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=96",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=94",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 95,
    "results": [
        {
            "start": 931325936,
            "stop": 931326042
        },
        {
            "start": 931326043,
            "stop": 931326110
        },
        {
            "start": 931326111,
            "stop": 931326115
        },
        {
            "start": 931326116,
            "stop": 931326175
        },
        {
            "start": 931326176,
            "stop": 931326380
        },
        {
            "start": 931326381,
            "stop": 931326448
        },
        {
            "start": 931326449,
            "stop": 931326452
        },
        {
            "start": 931326453,
            "stop": 931326521
        },
        {
            "start": 931326524,
            "stop": 931326535
        },
        {
            "start": 931326536,
            "stop": 931326597
        },
        {
            "start": 931326598,
            "stop": 931326602
        },
        {
            "start": 931326603,
            "stop": 931326703
        },
        {
            "start": 931326704,
            "stop": 931326740
        },
        {
            "start": 931326741,
            "stop": 931326857
        },
        {
            "start": 931326858,
            "stop": 931326867
        },
        {
            "start": 931326868,
            "stop": 931326872
        },
        {
            "start": 931326873,
            "stop": 931326903
        },
        {
            "start": 931326904,
            "stop": 931326923
        },
        {
            "start": 931326924,
            "stop": 931326959
        },
        {
            "start": 931326960,
            "stop": 931327016
        }
    ]
}