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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=84",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=82",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 83,
    "results": [
        {
            "start": 816913275,
            "stop": 816913368
        },
        {
            "start": 816913375,
            "stop": 816914012
        },
        {
            "start": 816914180,
            "stop": 816914518
        },
        {
            "start": 816914525,
            "stop": 816915097
        },
        {
            "start": 816915104,
            "stop": 816916019
        },
        {
            "start": 816916031,
            "stop": 816916148
        },
        {
            "start": 816916155,
            "stop": 816916183
        },
        {
            "start": 816916371,
            "stop": 816916580
        },
        {
            "start": 816916593,
            "stop": 816917882
        },
        {
            "start": 816917889,
            "stop": 816919373
        },
        {
            "start": 816919381,
            "stop": 816919536
        },
        {
            "start": 816919544,
            "stop": 816921097
        },
        {
            "start": 816921105,
            "stop": 816922021
        },
        {
            "start": 816922029,
            "stop": 816922089
        },
        {
            "start": 816922096,
            "stop": 816922505
        },
        {
            "start": 816922733,
            "stop": 816923185
        },
        {
            "start": 816923193,
            "stop": 816923613
        },
        {
            "start": 816923620,
            "stop": 816923978
        },
        {
            "start": 816923991,
            "stop": 816924271
        },
        {
            "start": 816924278,
            "stop": 816925686
        }
    ]
}