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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4149",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4147",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4148,
    "results": [
        {
            "start": 874299159,
            "stop": 874299221
        },
        {
            "start": 874299245,
            "stop": 874299450
        },
        {
            "start": 874299470,
            "stop": 874299496
        },
        {
            "start": 874299515,
            "stop": 874299543
        },
        {
            "start": 874299562,
            "stop": 874299572
        },
        {
            "start": 874299592,
            "stop": 874299696
        },
        {
            "start": 874299730,
            "stop": 874299813
        },
        {
            "start": 874299832,
            "stop": 874299931
        },
        {
            "start": 874299950,
            "stop": 874299967
        },
        {
            "start": 874299986,
            "stop": 874300154
        },
        {
            "start": 874300174,
            "stop": 874300204
        },
        {
            "start": 874300223,
            "stop": 874300318
        },
        {
            "start": 874300337,
            "stop": 874300479
        },
        {
            "start": 874300498,
            "stop": 874300584
        },
        {
            "start": 874300603,
            "stop": 874300664
        },
        {
            "start": 874300683,
            "stop": 874300828
        },
        {
            "start": 874300870,
            "stop": 874300889
        },
        {
            "start": 874300908,
            "stop": 874300915
        },
        {
            "start": 874300934,
            "stop": 874300996
        },
        {
            "start": 874301027,
            "stop": 874301073
        }
    ]
}