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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=34",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=32",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 33,
    "results": [
        {
            "start": 939351379,
            "stop": 939351458
        },
        {
            "start": 939352148,
            "stop": 939352220
        },
        {
            "start": 939352895,
            "stop": 939353639
        },
        {
            "start": 939355064,
            "stop": 939357303
        },
        {
            "start": 939363438,
            "stop": 939365221
        },
        {
            "start": 939366309,
            "stop": 939369576
        },
        {
            "start": 939370616,
            "stop": 939374793
        },
        {
            "start": 939375461,
            "stop": 939376204
        },
        {
            "start": 939377928,
            "stop": 939378605
        },
        {
            "start": 939382526,
            "stop": 939383863
        },
        {
            "start": 939385064,
            "stop": 939386778
        },
        {
            "start": 939387315,
            "stop": 939388306
        },
        {
            "start": 939389724,
            "stop": 939390498
        },
        {
            "start": 939394712,
            "stop": 939395603
        },
        {
            "start": 939396457,
            "stop": 939399886
        },
        {
            "start": 939403330,
            "stop": 939405250
        },
        {
            "start": 939407693,
            "stop": 939408057
        },
        {
            "start": 939408890,
            "stop": 939409150
        },
        {
            "start": 939410862,
            "stop": 939411104
        },
        {
            "start": 939412677,
            "stop": 939412784
        }
    ]
}