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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=164",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=162",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 163,
    "results": [
        {
            "start": 818080823,
            "stop": 818080825
        },
        {
            "start": 818080828,
            "stop": 818080831
        },
        {
            "start": 818080834,
            "stop": 818080835
        },
        {
            "start": 818080841,
            "stop": 818080848
        },
        {
            "start": 818080851,
            "stop": 818080854
        },
        {
            "start": 818080857,
            "stop": 818080859
        },
        {
            "start": 818080864,
            "stop": 818080865
        },
        {
            "start": 818080870,
            "stop": 818080877
        },
        {
            "start": 818080880,
            "stop": 818080882
        },
        {
            "start": 818080886,
            "stop": 818080888
        },
        {
            "start": 818080897,
            "stop": 818080904
        },
        {
            "start": 818080925,
            "stop": 818080926
        },
        {
            "start": 818080932,
            "stop": 818080937
        },
        {
            "start": 818080945,
            "stop": 818080946
        },
        {
            "start": 818080954,
            "stop": 818080960
        },
        {
            "start": 818080965,
            "stop": 818080967
        },
        {
            "start": 818080974,
            "stop": 818080975
        },
        {
            "start": 818080978,
            "stop": 818080980
        },
        {
            "start": 818081003,
            "stop": 818081008
        },
        {
            "start": 818081014,
            "stop": 818081015
        }
    ]
}