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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=606",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=604",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 605,
    "results": [
        {
            "start": 844013555,
            "stop": 844013602
        },
        {
            "start": 844013608,
            "stop": 844013658
        },
        {
            "start": 844014392,
            "stop": 844014450
        },
        {
            "start": 844014455,
            "stop": 844014587
        },
        {
            "start": 844014594,
            "stop": 844014652
        },
        {
            "start": 844014658,
            "stop": 844014671
        },
        {
            "start": 844014676,
            "stop": 844014701
        },
        {
            "start": 844014708,
            "stop": 844014819
        },
        {
            "start": 844014826,
            "stop": 844014897
        },
        {
            "start": 844014902,
            "stop": 844015046
        },
        {
            "start": 844015051,
            "stop": 844015056
        },
        {
            "start": 844015062,
            "stop": 844015208
        },
        {
            "start": 844015213,
            "stop": 844015214
        },
        {
            "start": 844015219,
            "stop": 844015221
        },
        {
            "start": 844015858,
            "stop": 844015873
        },
        {
            "start": 844015878,
            "stop": 844016033
        },
        {
            "start": 844017419,
            "stop": 844017590
        },
        {
            "start": 844017595,
            "stop": 844017623
        },
        {
            "start": 844017630,
            "stop": 844017697
        },
        {
            "start": 844017702,
            "stop": 844017728
        }
    ]
}