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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4918",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4916",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4917,
    "results": [
        {
            "start": 875153231,
            "stop": 875153310
        },
        {
            "start": 875153329,
            "stop": 875153427
        },
        {
            "start": 875153603,
            "stop": 875153682
        },
        {
            "start": 875153720,
            "stop": 875153970
        },
        {
            "start": 875163780,
            "stop": 875163840
        },
        {
            "start": 875163960,
            "stop": 875164020
        },
        {
            "start": 875164320,
            "stop": 875164440
        },
        {
            "start": 875164500,
            "stop": 875164680
        },
        {
            "start": 875164740,
            "stop": 875165100
        },
        {
            "start": 875165160,
            "stop": 875166000
        },
        {
            "start": 875166060,
            "stop": 875166084
        },
        {
            "start": 875166103,
            "stop": 875166175
        },
        {
            "start": 875176380,
            "stop": 875176440
        },
        {
            "start": 875176740,
            "stop": 875176860
        },
        {
            "start": 875177340,
            "stop": 875177357
        },
        {
            "start": 875177380,
            "stop": 875177400
        },
        {
            "start": 875177460,
            "stop": 875177526
        },
        {
            "start": 875177545,
            "stop": 875177640
        },
        {
            "start": 875177700,
            "stop": 875177814
        },
        {
            "start": 875177833,
            "stop": 875177972
        }
    ]
}