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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=88",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=86",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 87,
    "results": [
        {
            "start": 931505801,
            "stop": 931505803
        },
        {
            "start": 931505809,
            "stop": 931505810
        },
        {
            "start": 931505816,
            "stop": 931505822
        },
        {
            "start": 931505827,
            "stop": 931505831
        },
        {
            "start": 931505834,
            "stop": 931505841
        },
        {
            "start": 931505852,
            "stop": 931505855
        },
        {
            "start": 931505860,
            "stop": 931505863
        },
        {
            "start": 931505866,
            "stop": 931505877
        },
        {
            "start": 931505880,
            "stop": 931505886
        },
        {
            "start": 931505889,
            "stop": 931505890
        },
        {
            "start": 931505894,
            "stop": 931505903
        },
        {
            "start": 931505907,
            "stop": 931505911
        },
        {
            "start": 931505915,
            "stop": 931505928
        },
        {
            "start": 931505932,
            "stop": 931505935
        },
        {
            "start": 931505938,
            "stop": 931505945
        },
        {
            "start": 931505948,
            "stop": 931505956
        },
        {
            "start": 931505958,
            "stop": 931505967
        },
        {
            "start": 931505971,
            "stop": 931505974
        },
        {
            "start": 931505977,
            "stop": 931505984
        },
        {
            "start": 931505987,
            "stop": 931505989
        }
    ]
}