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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT3/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT3/segments?format=api&page=36",
    "results_count": 792,
    "results_per_page": 20,
    "num_pages": 40,
    "page_number": 37,
    "results": [
        {
            "start": 1136106226,
            "stop": 1136109245
        },
        {
            "start": 1136117801,
            "stop": 1136121623
        },
        {
            "start": 1136121920,
            "stop": 1136122685
        },
        {
            "start": 1136206178,
            "stop": 1136208197
        },
        {
            "start": 1136208384,
            "stop": 1136218095
        },
        {
            "start": 1136262730,
            "stop": 1136267178
        },
        {
            "start": 1136267180,
            "stop": 1136267888
        },
        {
            "start": 1136268118,
            "stop": 1136275380
        },
        {
            "start": 1136275382,
            "stop": 1136284048
        },
        {
            "start": 1136284585,
            "stop": 1136291598
        },
        {
            "start": 1136293117,
            "stop": 1136295890
        },
        {
            "start": 1136353446,
            "stop": 1136372467
        },
        {
            "start": 1136374361,
            "stop": 1136378815
        },
        {
            "start": 1136378935,
            "stop": 1136378940
        },
        {
            "start": 1136379681,
            "stop": 1136388259
        },
        {
            "start": 1136388988,
            "stop": 1136406488
        },
        {
            "start": 1136407251,
            "stop": 1136408697
        },
        {
            "start": 1136426299,
            "stop": 1136429906
        },
        {
            "start": 1136430236,
            "stop": 1136430969
        },
        {
            "start": 1136450097,
            "stop": 1136458937
        }
    ]
}