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/H1_CW_CAT1/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/S6/timelines/H1_CW_CAT1/segments?format=api&page=168",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=166",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 167,
    "results": [
        {
            "start": 954761839,
            "stop": 954761845
        },
        {
            "start": 954761847,
            "stop": 954761849
        },
        {
            "start": 954761857,
            "stop": 954761860
        },
        {
            "start": 954761864,
            "stop": 954761865
        },
        {
            "start": 954761872,
            "stop": 954761895
        },
        {
            "start": 954763820,
            "stop": 954763920
        },
        {
            "start": 954763924,
            "stop": 954763947
        },
        {
            "start": 954763953,
            "stop": 954764927
        },
        {
            "start": 954766645,
            "stop": 954766655
        },
        {
            "start": 954803909,
            "stop": 954803929
        },
        {
            "start": 954803934,
            "stop": 954803946
        },
        {
            "start": 954803948,
            "stop": 954803949
        },
        {
            "start": 954803952,
            "stop": 954803956
        },
        {
            "start": 954803964,
            "stop": 954803967
        },
        {
            "start": 954803971,
            "stop": 954803983
        },
        {
            "start": 954803991,
            "stop": 954804007
        },
        {
            "start": 954804009,
            "stop": 954804021
        },
        {
            "start": 954804026,
            "stop": 954804073
        },
        {
            "start": 954804085,
            "stop": 954804089
        },
        {
            "start": 954804094,
            "stop": 954804102
        }
    ]
}