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=100
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=101",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=99",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 100,
    "results": [
        {
            "start": 829343113,
            "stop": 829343893
        },
        {
            "start": 829343953,
            "stop": 829343954
        },
        {
            "start": 829344373,
            "stop": 829345993
        },
        {
            "start": 829347366,
            "stop": 829356296
        },
        {
            "start": 829360098,
            "stop": 829366693
        },
        {
            "start": 829367645,
            "stop": 829371672
        },
        {
            "start": 829372290,
            "stop": 829373233
        },
        {
            "start": 829375904,
            "stop": 829377553
        },
        {
            "start": 829377586,
            "stop": 829377587
        },
        {
            "start": 829377866,
            "stop": 829391893
        },
        {
            "start": 829393209,
            "stop": 829395733
        },
        {
            "start": 829397442,
            "stop": 829399513
        },
        {
            "start": 829399555,
            "stop": 829399556
        },
        {
            "start": 829400027,
            "stop": 829400953
        },
        {
            "start": 829400978,
            "stop": 829400980
        },
        {
            "start": 829401051,
            "stop": 829406689
        },
        {
            "start": 829408551,
            "stop": 829411393
        },
        {
            "start": 829415648,
            "stop": 829422493
        },
        {
            "start": 829422544,
            "stop": 829422545
        },
        {
            "start": 829422619,
            "stop": 829423854
        }
    ]
}