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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3832",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3830",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3831,
    "results": [
        {
            "start": 874925684,
            "stop": 874925888
        },
        {
            "start": 874925905,
            "stop": 874926042
        },
        {
            "start": 874926059,
            "stop": 874926069
        },
        {
            "start": 874926086,
            "stop": 874926120
        },
        {
            "start": 874926137,
            "stop": 874926243
        },
        {
            "start": 874926260,
            "stop": 874926261
        },
        {
            "start": 874926293,
            "stop": 874926317
        },
        {
            "start": 874926334,
            "stop": 874926368
        },
        {
            "start": 874926385,
            "stop": 874926718
        },
        {
            "start": 874926737,
            "stop": 874926843
        },
        {
            "start": 874926860,
            "stop": 874926981
        },
        {
            "start": 874926998,
            "stop": 874927016
        },
        {
            "start": 874927033,
            "stop": 874927172
        },
        {
            "start": 874927189,
            "stop": 874927191
        },
        {
            "start": 874927209,
            "stop": 874927254
        },
        {
            "start": 874927271,
            "stop": 874927440
        },
        {
            "start": 874927457,
            "stop": 874927581
        },
        {
            "start": 874927598,
            "stop": 874927865
        },
        {
            "start": 874927882,
            "stop": 874927899
        },
        {
            "start": 874927916,
            "stop": 874929138
        }
    ]
}