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_CBCHIGH_CAT4/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_CBCHIGH_CAT4/segments?format=api&page=90",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=88",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 89,
    "results": [
        {
            "start": 816775744,
            "stop": 816775904
        },
        {
            "start": 816775936,
            "stop": 816778804
        },
        {
            "start": 816778808,
            "stop": 816778868
        },
        {
            "start": 816778885,
            "stop": 816779803
        },
        {
            "start": 816779984,
            "stop": 816785273
        },
        {
            "start": 816785276,
            "stop": 816789401
        },
        {
            "start": 816789418,
            "stop": 816791503
        },
        {
            "start": 816791623,
            "stop": 816793229
        },
        {
            "start": 816793232,
            "stop": 816797031
        },
        {
            "start": 816797033,
            "stop": 816799348
        },
        {
            "start": 816799351,
            "stop": 816804283
        },
        {
            "start": 816804464,
            "stop": 816806847
        },
        {
            "start": 816810800,
            "stop": 816813792
        },
        {
            "start": 816813795,
            "stop": 816813963
        },
        {
            "start": 816815361,
            "stop": 816815420
        },
        {
            "start": 816816150,
            "stop": 816817108
        },
        {
            "start": 816817111,
            "stop": 816817222
        },
        {
            "start": 816817225,
            "stop": 816817505
        },
        {
            "start": 816817625,
            "stop": 816818040
        },
        {
            "start": 816819345,
            "stop": 816820007
        }
    ]
}