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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=425",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=423",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 424,
    "results": [
        {
            "start": 866169918,
            "stop": 866169928
        },
        {
            "start": 866169938,
            "stop": 866169965
        },
        {
            "start": 866170939,
            "stop": 866170965
        },
        {
            "start": 866170969,
            "stop": 866171123
        },
        {
            "start": 866171127,
            "stop": 866171988
        },
        {
            "start": 866171992,
            "stop": 866172236
        },
        {
            "start": 866172240,
            "stop": 866172621
        },
        {
            "start": 866172625,
            "stop": 866172767
        },
        {
            "start": 866173757,
            "stop": 866190186
        },
        {
            "start": 866190305,
            "stop": 866193131
        },
        {
            "start": 866193334,
            "stop": 866222583
        },
        {
            "start": 866223748,
            "stop": 866223842
        },
        {
            "start": 866224786,
            "stop": 866231955
        },
        {
            "start": 866232125,
            "stop": 866240128
        },
        {
            "start": 866240214,
            "stop": 866241588
        },
        {
            "start": 866245277,
            "stop": 866250366
        },
        {
            "start": 866250370,
            "stop": 866257174
        },
        {
            "start": 866257430,
            "stop": 866300414
        },
        {
            "start": 866322994,
            "stop": 866325523
        },
        {
            "start": 866325596,
            "stop": 866333497
        }
    ]
}