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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=190",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=188",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 189,
    "results": [
        {
            "start": 818080721,
            "stop": 818080722
        },
        {
            "start": 818080737,
            "stop": 818080739
        },
        {
            "start": 818080800,
            "stop": 818080801
        },
        {
            "start": 818080810,
            "stop": 818080811
        },
        {
            "start": 818080814,
            "stop": 818080816
        },
        {
            "start": 818080823,
            "stop": 818080825
        },
        {
            "start": 818080841,
            "stop": 818080843
        },
        {
            "start": 818080847,
            "stop": 818080848
        },
        {
            "start": 818080853,
            "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
        }
    ]
}