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=167
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=168",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=166",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 167,
    "results": [
        {
            "start": 818081812,
            "stop": 818081813
        },
        {
            "start": 818081823,
            "stop": 818081828
        },
        {
            "start": 818081831,
            "stop": 818081834
        },
        {
            "start": 818081838,
            "stop": 818081840
        },
        {
            "start": 818081857,
            "stop": 818081858
        },
        {
            "start": 818081863,
            "stop": 818081865
        },
        {
            "start": 818081880,
            "stop": 818081881
        },
        {
            "start": 818081896,
            "stop": 818081897
        },
        {
            "start": 818081915,
            "stop": 818081918
        },
        {
            "start": 818081923,
            "stop": 818081927
        },
        {
            "start": 818081935,
            "stop": 818081937
        },
        {
            "start": 818081941,
            "stop": 818081943
        },
        {
            "start": 818081964,
            "stop": 818081965
        },
        {
            "start": 818081977,
            "stop": 818081979
        },
        {
            "start": 818081982,
            "stop": 818081987
        },
        {
            "start": 818081998,
            "stop": 818081999
        },
        {
            "start": 818082004,
            "stop": 818082005
        },
        {
            "start": 818082027,
            "stop": 818082028
        },
        {
            "start": 818082065,
            "stop": 818082067
        },
        {
            "start": 818082077,
            "stop": 818082078
        }
    ]
}