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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=70",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=68",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 69,
    "results": [
        {
            "start": 827461288,
            "stop": 827481787
        },
        {
            "start": 827488234,
            "stop": 827494236
        },
        {
            "start": 827495966,
            "stop": 827496723
        },
        {
            "start": 827497726,
            "stop": 827499666
        },
        {
            "start": 827500822,
            "stop": 827505938
        },
        {
            "start": 827506008,
            "stop": 827514949
        },
        {
            "start": 827515006,
            "stop": 827519976
        },
        {
            "start": 827520063,
            "stop": 827520128
        },
        {
            "start": 827520434,
            "stop": 827522186
        },
        {
            "start": 827524279,
            "stop": 827524933
        },
        {
            "start": 827525101,
            "stop": 827525853
        },
        {
            "start": 827528088,
            "stop": 827528295
        },
        {
            "start": 827529821,
            "stop": 827529922
        },
        {
            "start": 827531911,
            "stop": 827533055
        },
        {
            "start": 827535164,
            "stop": 827536341
        },
        {
            "start": 827536489,
            "stop": 827540040
        },
        {
            "start": 827541131,
            "stop": 827545999
        },
        {
            "start": 827547656,
            "stop": 827565648
        },
        {
            "start": 827567113,
            "stop": 827583275
        },
        {
            "start": 827585227,
            "stop": 827586550
        }
    ]
}