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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=3",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 4,
    "results": [
        {
            "start": 816001178,
            "stop": 816002490
        },
        {
            "start": 816003093,
            "stop": 816003234
        },
        {
            "start": 816006191,
            "stop": 816008550
        },
        {
            "start": 816008610,
            "stop": 816008613
        },
        {
            "start": 816017494,
            "stop": 816019181
        },
        {
            "start": 816054956,
            "stop": 816055149
        },
        {
            "start": 816055152,
            "stop": 816060544
        },
        {
            "start": 816060547,
            "stop": 816073000
        },
        {
            "start": 816074396,
            "stop": 816078899
        },
        {
            "start": 816078902,
            "stop": 816080080
        },
        {
            "start": 816082625,
            "stop": 816086460
        },
        {
            "start": 816086465,
            "stop": 816089507
        },
        {
            "start": 816089509,
            "stop": 816092017
        },
        {
            "start": 816092020,
            "stop": 816092076
        },
        {
            "start": 816092079,
            "stop": 816092090
        },
        {
            "start": 816095582,
            "stop": 816095868
        },
        {
            "start": 816096599,
            "stop": 816098092
        },
        {
            "start": 816098095,
            "stop": 816099156
        },
        {
            "start": 816099159,
            "stop": 816099177
        },
        {
            "start": 816100791,
            "stop": 816103290
        }
    ]
}