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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=64",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=62",
    "results_count": 2346,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 63,
    "results": [
        {
            "start": 952478982,
            "stop": 952482513
        },
        {
            "start": 952499821,
            "stop": 952513169
        },
        {
            "start": 952517590,
            "stop": 952520267
        },
        {
            "start": 952522276,
            "stop": 952544873
        },
        {
            "start": 952545407,
            "stop": 952553532
        },
        {
            "start": 952556487,
            "stop": 952566147
        },
        {
            "start": 952594296,
            "stop": 952595547
        },
        {
            "start": 952597799,
            "stop": 952601543
        },
        {
            "start": 952603580,
            "stop": 952614820
        },
        {
            "start": 952617757,
            "stop": 952641055
        },
        {
            "start": 952643611,
            "stop": 952657464
        },
        {
            "start": 952675980,
            "stop": 952682495
        },
        {
            "start": 952684948,
            "stop": 952691990
        },
        {
            "start": 952695103,
            "stop": 952699200
        },
        {
            "start": 952727308,
            "stop": 952732079
        },
        {
            "start": 952733312,
            "stop": 952737917
        },
        {
            "start": 952740079,
            "stop": 952742119
        },
        {
            "start": 952747367,
            "stop": 952754512
        },
        {
            "start": 952756478,
            "stop": 952765959
        },
        {
            "start": 952772215,
            "stop": 952772347
        }
    ]
}