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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=33",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=31",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 32,
    "results": [
        {
            "start": 816462520,
            "stop": 816462795
        },
        {
            "start": 816462845,
            "stop": 816462931
        },
        {
            "start": 816462974,
            "stop": 816463185
        },
        {
            "start": 816463209,
            "stop": 816463318
        },
        {
            "start": 816463338,
            "stop": 816463352
        },
        {
            "start": 816463372,
            "stop": 816463535
        },
        {
            "start": 816463554,
            "stop": 816463564
        },
        {
            "start": 816463584,
            "stop": 816463695
        },
        {
            "start": 816463716,
            "stop": 816463887
        },
        {
            "start": 816464010,
            "stop": 816464041
        },
        {
            "start": 816464078,
            "stop": 816464093
        },
        {
            "start": 816464112,
            "stop": 816464138
        },
        {
            "start": 816464158,
            "stop": 816464267
        },
        {
            "start": 816464333,
            "stop": 816464432
        },
        {
            "start": 816464452,
            "stop": 816464550
        },
        {
            "start": 816464615,
            "stop": 816464668
        },
        {
            "start": 816464788,
            "stop": 816464823
        },
        {
            "start": 816464909,
            "stop": 816464914
        },
        {
            "start": 816465003,
            "stop": 816465101
        },
        {
            "start": 816465121,
            "stop": 816465261
        }
    ]
}