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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=302",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=300",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 301,
    "results": [
        {
            "start": 969037966,
            "stop": 969037972
        },
        {
            "start": 969037976,
            "stop": 969037977
        },
        {
            "start": 969037980,
            "stop": 969037982
        },
        {
            "start": 969037985,
            "stop": 969037986
        },
        {
            "start": 969037998,
            "stop": 969038000
        },
        {
            "start": 969038005,
            "stop": 969038010
        },
        {
            "start": 969038013,
            "stop": 969038014
        },
        {
            "start": 969038024,
            "stop": 969038073
        },
        {
            "start": 969038077,
            "stop": 969038112
        },
        {
            "start": 969038125,
            "stop": 969038381
        },
        {
            "start": 969038391,
            "stop": 969038392
        },
        {
            "start": 969038396,
            "stop": 969038484
        },
        {
            "start": 969038489,
            "stop": 969038538
        },
        {
            "start": 969038544,
            "stop": 969038559
        },
        {
            "start": 969038562,
            "stop": 969038570
        },
        {
            "start": 969038574,
            "stop": 969038575
        },
        {
            "start": 969038581,
            "stop": 969038607
        },
        {
            "start": 969038612,
            "stop": 969038614
        },
        {
            "start": 969038624,
            "stop": 969038637
        },
        {
            "start": 969038642,
            "stop": 969038721
        }
    ]
}