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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=264",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=262",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 263,
    "results": [
        {
            "start": 934859016,
            "stop": 934859020
        },
        {
            "start": 934859022,
            "stop": 934859037
        },
        {
            "start": 934859041,
            "stop": 934861073
        },
        {
            "start": 934861380,
            "stop": 934862560
        },
        {
            "start": 934862562,
            "stop": 934862585
        },
        {
            "start": 934862587,
            "stop": 934862615
        },
        {
            "start": 934862618,
            "stop": 934862638
        },
        {
            "start": 934862642,
            "stop": 934866158
        },
        {
            "start": 934866160,
            "stop": 934866162
        },
        {
            "start": 934866164,
            "stop": 934866186
        },
        {
            "start": 934866189,
            "stop": 934866196
        },
        {
            "start": 934866198,
            "stop": 934866221
        },
        {
            "start": 934866223,
            "stop": 934866237
        },
        {
            "start": 934866243,
            "stop": 934869241
        },
        {
            "start": 934869248,
            "stop": 934869522
        },
        {
            "start": 934883764,
            "stop": 934884169
        },
        {
            "start": 934884171,
            "stop": 934884185
        },
        {
            "start": 934884187,
            "stop": 934884214
        },
        {
            "start": 934884216,
            "stop": 934884219
        },
        {
            "start": 934884222,
            "stop": 934884236
        }
    ]
}