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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=23",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 24,
    "results": [
        {
            "start": 820286741,
            "stop": 820308973
        },
        {
            "start": 820308982,
            "stop": 820308985
        },
        {
            "start": 820309611,
            "stop": 820316811
        },
        {
            "start": 820317364,
            "stop": 820326733
        },
        {
            "start": 820326756,
            "stop": 820326759
        },
        {
            "start": 820327652,
            "stop": 820327797
        },
        {
            "start": 820332363,
            "stop": 820332613
        },
        {
            "start": 820332645,
            "stop": 820332648
        },
        {
            "start": 820336346,
            "stop": 820336570
        },
        {
            "start": 820338662,
            "stop": 820340233
        },
        {
            "start": 820340245,
            "stop": 820340247
        },
        {
            "start": 820340364,
            "stop": 820342019
        },
        {
            "start": 820358443,
            "stop": 820372387
        },
        {
            "start": 820374708,
            "stop": 820382233
        },
        {
            "start": 820383370,
            "stop": 820396563
        },
        {
            "start": 820397257,
            "stop": 820398973
        },
        {
            "start": 820412906,
            "stop": 820415747
        },
        {
            "start": 820416859,
            "stop": 820419613
        },
        {
            "start": 820419632,
            "stop": 820419635
        },
        {
            "start": 820421417,
            "stop": 820421581
        }
    ]
}