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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=314",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=312",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 313,
    "results": [
        {
            "start": 931565585,
            "stop": 931565590
        },
        {
            "start": 931565593,
            "stop": 931565598
        },
        {
            "start": 931565601,
            "stop": 931565614
        },
        {
            "start": 931565615,
            "stop": 931565620
        },
        {
            "start": 931565624,
            "stop": 931565629
        },
        {
            "start": 931565631,
            "stop": 931565637
        },
        {
            "start": 931565640,
            "stop": 931565646
        },
        {
            "start": 931565652,
            "stop": 931565654
        },
        {
            "start": 931565656,
            "stop": 931565669
        },
        {
            "start": 931565671,
            "stop": 931565678
        },
        {
            "start": 931565681,
            "stop": 931565684
        },
        {
            "start": 931565685,
            "stop": 931565724
        },
        {
            "start": 931565726,
            "stop": 931565728
        },
        {
            "start": 931565733,
            "stop": 931565734
        },
        {
            "start": 931565737,
            "stop": 931565743
        },
        {
            "start": 931565745,
            "stop": 931565746
        },
        {
            "start": 931565751,
            "stop": 931565755
        },
        {
            "start": 931565758,
            "stop": 931565766
        },
        {
            "start": 931565769,
            "stop": 931565785
        },
        {
            "start": 931565786,
            "stop": 931565797
        }
    ]
}