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/O1/timelines/L1_DATA/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/O1/timelines/L1_DATA/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_DATA/segments?format=api&page=23",
    "results_count": 519,
    "results_per_page": 20,
    "num_pages": 26,
    "page_number": 24,
    "results": [
        {
            "start": 1136105814,
            "stop": 1136109246
        },
        {
            "start": 1136117801,
            "stop": 1136121623
        },
        {
            "start": 1136121920,
            "stop": 1136122686
        },
        {
            "start": 1136206178,
            "stop": 1136208197
        },
        {
            "start": 1136208384,
            "stop": 1136218095
        },
        {
            "start": 1136262730,
            "stop": 1136267888
        },
        {
            "start": 1136268118,
            "stop": 1136284048
        },
        {
            "start": 1136284585,
            "stop": 1136291598
        },
        {
            "start": 1136293117,
            "stop": 1136295892
        },
        {
            "start": 1136353446,
            "stop": 1136372467
        },
        {
            "start": 1136374361,
            "stop": 1136378815
        },
        {
            "start": 1136378935,
            "stop": 1136378940
        },
        {
            "start": 1136379681,
            "stop": 1136388259
        },
        {
            "start": 1136388988,
            "stop": 1136406488
        },
        {
            "start": 1136407251,
            "stop": 1136408698
        },
        {
            "start": 1136426299,
            "stop": 1136429906
        },
        {
            "start": 1136430236,
            "stop": 1136430970
        },
        {
            "start": 1136450097,
            "stop": 1136458937
        },
        {
            "start": 1136459854,
            "stop": 1136469536
        },
        {
            "start": 1136484026,
            "stop": 1136497433
        }
    ]
}