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=123
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=124",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=122",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 123,
    "results": [
        {
            "start": 931565496,
            "stop": 931565511
        },
        {
            "start": 931565515,
            "stop": 931565530
        },
        {
            "start": 931565533,
            "stop": 931565563
        },
        {
            "start": 931565566,
            "stop": 931565571
        },
        {
            "start": 931565574,
            "stop": 931565582
        },
        {
            "start": 931565585,
            "stop": 931565590
        },
        {
            "start": 931565593,
            "stop": 931565598
        },
        {
            "start": 931565601,
            "stop": 931565646
        },
        {
            "start": 931565649,
            "stop": 931565678
        },
        {
            "start": 931565681,
            "stop": 931565724
        },
        {
            "start": 931565726,
            "stop": 931565728
        },
        {
            "start": 931565731,
            "stop": 931565734
        },
        {
            "start": 931565737,
            "stop": 931565748
        },
        {
            "start": 931565751,
            "stop": 931565755
        },
        {
            "start": 931565758,
            "stop": 931565766
        },
        {
            "start": 931565769,
            "stop": 931565797
        },
        {
            "start": 931565800,
            "stop": 931565809
        },
        {
            "start": 931565812,
            "stop": 931565820
        },
        {
            "start": 931565823,
            "stop": 931565829
        },
        {
            "start": 931565832,
            "stop": 931565848
        }
    ]
}