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=4666
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=4667",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4665",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4666,
    "results": [
        {
            "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
        },
        {
            "start": 874301092,
            "stop": 874301115
        },
        {
            "start": 874301134,
            "stop": 874301290
        },
        {
            "start": 874301309,
            "stop": 874301458
        },
        {
            "start": 874301477,
            "stop": 874301535
        },
        {
            "start": 874301554,
            "stop": 874301802
        },
        {
            "start": 874301834,
            "stop": 874301874
        },
        {
            "start": 874301893,
            "stop": 874302152
        },
        {
            "start": 874302176,
            "stop": 874302304
        },
        {
            "start": 874302330,
            "stop": 874302412
        },
        {
            "start": 874302432,
            "stop": 874302433
        }
    ]
}