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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=36",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=34",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 35,
    "results": [
        {
            "start": 820626973,
            "stop": 820636273
        },
        {
            "start": 820637258,
            "stop": 820641062
        },
        {
            "start": 820641158,
            "stop": 820695673
        },
        {
            "start": 820695680,
            "stop": 820695681
        },
        {
            "start": 820695941,
            "stop": 820732484
        },
        {
            "start": 820732487,
            "stop": 820752433
        },
        {
            "start": 820753222,
            "stop": 820756062
        },
        {
            "start": 820757980,
            "stop": 820805044
        },
        {
            "start": 820806310,
            "stop": 820860592
        },
        {
            "start": 820861074,
            "stop": 820873210
        },
        {
            "start": 820877248,
            "stop": 820879033
        },
        {
            "start": 820879996,
            "stop": 820880710
        },
        {
            "start": 820880714,
            "stop": 820881276
        },
        {
            "start": 820881280,
            "stop": 820881546
        },
        {
            "start": 820881550,
            "stop": 820881647
        },
        {
            "start": 820881651,
            "stop": 820881696
        },
        {
            "start": 820881700,
            "stop": 820881725
        },
        {
            "start": 820881728,
            "stop": 820881749
        },
        {
            "start": 820881757,
            "stop": 820881812
        },
        {
            "start": 820881815,
            "stop": 820881931
        }
    ]
}