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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=90",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=88",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 89,
    "results": [
        {
            "start": 827516952,
            "stop": 827517903
        },
        {
            "start": 827520581,
            "stop": 827528690
        },
        {
            "start": 827529571,
            "stop": 827536971
        },
        {
            "start": 827538185,
            "stop": 827571157
        },
        {
            "start": 827571159,
            "stop": 827588617
        },
        {
            "start": 827590058,
            "stop": 827591077
        },
        {
            "start": 827591080,
            "stop": 827597289
        },
        {
            "start": 827611575,
            "stop": 827618470
        },
        {
            "start": 827619540,
            "stop": 827619633
        },
        {
            "start": 827620930,
            "stop": 827687631
        },
        {
            "start": 827694281,
            "stop": 827696496
        },
        {
            "start": 827697076,
            "stop": 827698182
        },
        {
            "start": 827698827,
            "stop": 827706834
        },
        {
            "start": 827707915,
            "stop": 827769874
        },
        {
            "start": 827770013,
            "stop": 827771543
        },
        {
            "start": 827773716,
            "stop": 827782477
        },
        {
            "start": 827782479,
            "stop": 827783772
        },
        {
            "start": 827785085,
            "stop": 827786454
        },
        {
            "start": 827787236,
            "stop": 827791513
        },
        {
            "start": 827792432,
            "stop": 827793085
        }
    ]
}