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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT3/segments?format=api&page=24",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT3/segments?format=api&page=22",
    "results_count": 792,
    "results_per_page": 20,
    "num_pages": 40,
    "page_number": 23,
    "results": [
        {
            "start": 1131936914,
            "stop": 1131938383
        },
        {
            "start": 1131940397,
            "stop": 1131950992
        },
        {
            "start": 1131987041,
            "stop": 1131996772
        },
        {
            "start": 1131997579,
            "stop": 1131998853
        },
        {
            "start": 1131999378,
            "stop": 1132016316
        },
        {
            "start": 1132016988,
            "stop": 1132026630
        },
        {
            "start": 1132028897,
            "stop": 1132034111
        },
        {
            "start": 1132034112,
            "stop": 1132035891
        },
        {
            "start": 1132044486,
            "stop": 1132057611
        },
        {
            "start": 1132058221,
            "stop": 1132064206
        },
        {
            "start": 1132065388,
            "stop": 1132080823
        },
        {
            "start": 1132080824,
            "stop": 1132080828
        },
        {
            "start": 1132087677,
            "stop": 1132091337
        },
        {
            "start": 1132094594,
            "stop": 1132095584
        },
        {
            "start": 1132095805,
            "stop": 1132119479
        },
        {
            "start": 1132120165,
            "stop": 1132126154
        },
        {
            "start": 1132126156,
            "stop": 1132175484
        },
        {
            "start": 1132175998,
            "stop": 1132184024
        },
        {
            "start": 1132221268,
            "stop": 1132223314
        },
        {
            "start": 1132226225,
            "stop": 1132228048
        }
    ]
}