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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=231",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=229",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 230,
    "results": [
        {
            "start": 820204067,
            "stop": 820204069
        },
        {
            "start": 820204072,
            "stop": 820204087
        },
        {
            "start": 820204094,
            "stop": 820204186
        },
        {
            "start": 820204189,
            "stop": 820204229
        },
        {
            "start": 820204233,
            "stop": 820204410
        },
        {
            "start": 820204413,
            "stop": 820204447
        },
        {
            "start": 820204450,
            "stop": 820204470
        },
        {
            "start": 820204473,
            "stop": 820204526
        },
        {
            "start": 820204529,
            "stop": 820204649
        },
        {
            "start": 820204652,
            "stop": 820204843
        },
        {
            "start": 820204846,
            "stop": 820204859
        },
        {
            "start": 820204979,
            "stop": 820205008
        },
        {
            "start": 820205011,
            "stop": 820205058
        },
        {
            "start": 820205069,
            "stop": 820205105
        },
        {
            "start": 820205109,
            "stop": 820205110
        },
        {
            "start": 820205114,
            "stop": 820205153
        },
        {
            "start": 820205156,
            "stop": 820205276
        },
        {
            "start": 820205279,
            "stop": 820205401
        },
        {
            "start": 820205405,
            "stop": 820205505
        },
        {
            "start": 820205508,
            "stop": 820205510
        }
    ]
}