Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=138
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=139",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=137",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 138,
    "results": [
        {
            "start": 1176720620,
            "stop": 1176720631
        },
        {
            "start": 1176720635,
            "stop": 1176720639
        },
        {
            "start": 1176720641,
            "stop": 1176720674
        },
        {
            "start": 1176720675,
            "stop": 1176720682
        },
        {
            "start": 1176720683,
            "stop": 1176720691
        },
        {
            "start": 1176720693,
            "stop": 1176720703
        },
        {
            "start": 1176720704,
            "stop": 1176720711
        },
        {
            "start": 1176720713,
            "stop": 1176720719
        },
        {
            "start": 1176720734,
            "stop": 1176720737
        },
        {
            "start": 1176720739,
            "stop": 1176720746
        },
        {
            "start": 1176720748,
            "stop": 1176720759
        },
        {
            "start": 1176720763,
            "stop": 1176720797
        },
        {
            "start": 1176720799,
            "stop": 1176720913
        },
        {
            "start": 1176720914,
            "stop": 1176720916
        },
        {
            "start": 1176720917,
            "stop": 1176720918
        },
        {
            "start": 1176720919,
            "stop": 1176720935
        },
        {
            "start": 1176720936,
            "stop": 1176720942
        },
        {
            "start": 1176720943,
            "stop": 1176720944
        },
        {
            "start": 1176720945,
            "stop": 1176720948
        },
        {
            "start": 1176720950,
            "stop": 1176720951
        }
    ]
}