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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=2",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 3,
    "results": [
        {
            "start": 815206094,
            "stop": 815206106
        },
        {
            "start": 815206113,
            "stop": 815206176
        },
        {
            "start": 815206184,
            "stop": 815206256
        },
        {
            "start": 815206263,
            "stop": 815206343
        },
        {
            "start": 815206351,
            "stop": 815206439
        },
        {
            "start": 815206446,
            "stop": 815206531
        },
        {
            "start": 815206538,
            "stop": 815206541
        },
        {
            "start": 815206548,
            "stop": 815206616
        },
        {
            "start": 815206623,
            "stop": 815206759
        },
        {
            "start": 815206767,
            "stop": 815206864
        },
        {
            "start": 815206871,
            "stop": 815206896
        },
        {
            "start": 815206904,
            "stop": 815207011
        },
        {
            "start": 815207015,
            "stop": 815207026
        },
        {
            "start": 815207033,
            "stop": 815207130
        },
        {
            "start": 815207138,
            "stop": 815207221
        },
        {
            "start": 815207228,
            "stop": 815207238
        },
        {
            "start": 815207245,
            "stop": 815207414
        },
        {
            "start": 815207421,
            "stop": 815207531
        },
        {
            "start": 815207539,
            "stop": 815207593
        },
        {
            "start": 815207601,
            "stop": 815207663
        }
    ]
}