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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=55",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=53",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 54,
    "results": [
        {
            "start": 942797396,
            "stop": 942799211
        },
        {
            "start": 942799727,
            "stop": 942799924
        },
        {
            "start": 942800430,
            "stop": 942808029
        },
        {
            "start": 942809022,
            "stop": 942814657
        },
        {
            "start": 942815527,
            "stop": 942818137
        },
        {
            "start": 942818956,
            "stop": 942820545
        },
        {
            "start": 942821321,
            "stop": 942824038
        },
        {
            "start": 942824903,
            "stop": 942826364
        },
        {
            "start": 942826862,
            "stop": 942827601
        },
        {
            "start": 942828603,
            "stop": 942828900
        },
        {
            "start": 942830123,
            "stop": 942830146
        },
        {
            "start": 942830339,
            "stop": 942830365
        },
        {
            "start": 942830935,
            "stop": 942831919
        },
        {
            "start": 942832642,
            "stop": 942832651
        },
        {
            "start": 942832690,
            "stop": 942832695
        },
        {
            "start": 942832826,
            "stop": 942832828
        },
        {
            "start": 942832845,
            "stop": 942832861
        },
        {
            "start": 942834546,
            "stop": 942834749
        },
        {
            "start": 942836300,
            "stop": 942836745
        },
        {
            "start": 942837825,
            "stop": 942837916
        }
    ]
}