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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=36",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 37,
    "results": [
        {
            "start": 931482232,
            "stop": 931482233
        },
        {
            "start": 931482237,
            "stop": 931482238
        },
        {
            "start": 931482241,
            "stop": 931482242
        },
        {
            "start": 931482246,
            "stop": 931482261
        },
        {
            "start": 931482264,
            "stop": 931482271
        },
        {
            "start": 931482274,
            "stop": 931482277
        },
        {
            "start": 931482284,
            "stop": 931482287
        },
        {
            "start": 931482298,
            "stop": 931482302
        },
        {
            "start": 931482313,
            "stop": 931482318
        },
        {
            "start": 931482321,
            "stop": 931482326
        },
        {
            "start": 931482330,
            "stop": 931482332
        },
        {
            "start": 931482339,
            "stop": 931482340
        },
        {
            "start": 931482347,
            "stop": 931482348
        },
        {
            "start": 931482351,
            "stop": 931482358
        },
        {
            "start": 931482363,
            "stop": 931482372
        },
        {
            "start": 931482376,
            "stop": 931482377
        },
        {
            "start": 931482380,
            "stop": 931482381
        },
        {
            "start": 931482385,
            "stop": 931482388
        },
        {
            "start": 931482399,
            "stop": 931482400
        },
        {
            "start": 931482405,
            "stop": 931482406
        }
    ]
}