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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=177",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=175",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 176,
    "results": [
        {
            "start": 1176720305,
            "stop": 1176720313
        },
        {
            "start": 1176720314,
            "stop": 1176720395
        },
        {
            "start": 1176720397,
            "stop": 1176720518
        },
        {
            "start": 1176720526,
            "stop": 1176720616
        },
        {
            "start": 1176720617,
            "stop": 1176720619
        },
        {
            "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
        }
    ]
}