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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1822",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1820",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1821,
    "results": [
        {
            "start": 962841537,
            "stop": 962841677
        },
        {
            "start": 962841678,
            "stop": 962842660
        },
        {
            "start": 962846871,
            "stop": 962846918
        },
        {
            "start": 962846919,
            "stop": 962846946
        },
        {
            "start": 962846948,
            "stop": 962847174
        },
        {
            "start": 962856735,
            "stop": 962856765
        },
        {
            "start": 962856767,
            "stop": 962856830
        },
        {
            "start": 962856832,
            "stop": 962857263
        },
        {
            "start": 962857265,
            "stop": 962857279
        },
        {
            "start": 962857281,
            "stop": 962857485
        },
        {
            "start": 962857487,
            "stop": 962857517
        },
        {
            "start": 962857518,
            "stop": 962857813
        },
        {
            "start": 962857814,
            "stop": 962857987
        },
        {
            "start": 962857989,
            "stop": 962858264
        },
        {
            "start": 962858266,
            "stop": 962858448
        },
        {
            "start": 962858450,
            "stop": 962863334
        },
        {
            "start": 962863336,
            "stop": 962863343
        },
        {
            "start": 962863345,
            "stop": 962863380
        },
        {
            "start": 962863382,
            "stop": 962863396
        },
        {
            "start": 962863398,
            "stop": 962863504
        }
    ]
}