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=344
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=345",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=343",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 344,
    "results": [
        {
            "start": 867049930,
            "stop": 867065388
        },
        {
            "start": 867068132,
            "stop": 867068965
        },
        {
            "start": 867069828,
            "stop": 867070714
        },
        {
            "start": 867075980,
            "stop": 867076001
        },
        {
            "start": 867086017,
            "stop": 867088796
        },
        {
            "start": 867116975,
            "stop": 867136245
        },
        {
            "start": 867136980,
            "stop": 867155682
        },
        {
            "start": 867162469,
            "stop": 867190341
        },
        {
            "start": 867190450,
            "stop": 867222798
        },
        {
            "start": 867223498,
            "stop": 867250324
        },
        {
            "start": 867253922,
            "stop": 867266707
        },
        {
            "start": 867269298,
            "stop": 867269452
        },
        {
            "start": 867273167,
            "stop": 867308177
        },
        {
            "start": 867309351,
            "stop": 867327092
        },
        {
            "start": 867328010,
            "stop": 867339850
        },
        {
            "start": 867339917,
            "stop": 867414929
        },
        {
            "start": 867415348,
            "stop": 867416872
        },
        {
            "start": 867420034,
            "stop": 867426425
        },
        {
            "start": 867429342,
            "stop": 867429390
        },
        {
            "start": 867429542,
            "stop": 867429783
        }
    ]
}