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=126
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=127",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=125",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 126,
    "results": [
        {
            "start": 827424039,
            "stop": 827461993
        },
        {
            "start": 827462762,
            "stop": 827465053
        },
        {
            "start": 827465785,
            "stop": 827466433
        },
        {
            "start": 827467529,
            "stop": 827503813
        },
        {
            "start": 827504769,
            "stop": 827513293
        },
        {
            "start": 827514385,
            "stop": 827517903
        },
        {
            "start": 827520581,
            "stop": 827528690
        },
        {
            "start": 827529571,
            "stop": 827536971
        },
        {
            "start": 827538185,
            "stop": 827588593
        },
        {
            "start": 827590058,
            "stop": 827591077
        },
        {
            "start": 827591080,
            "stop": 827597289
        },
        {
            "start": 827611575,
            "stop": 827618470
        },
        {
            "start": 827619540,
            "stop": 827619613
        },
        {
            "start": 827620930,
            "stop": 827687631
        },
        {
            "start": 827694281,
            "stop": 827696473
        },
        {
            "start": 827697076,
            "stop": 827698182
        },
        {
            "start": 827698827,
            "stop": 827706834
        },
        {
            "start": 827707915,
            "stop": 827711916
        },
        {
            "start": 827711920,
            "stop": 827711935
        },
        {
            "start": 827711939,
            "stop": 827711964
        }
    ]
}