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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=63",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=61",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 62,
    "results": [
        {
            "start": 816680237,
            "stop": 816680292
        },
        {
            "start": 816680314,
            "stop": 816680361
        },
        {
            "start": 816680364,
            "stop": 816680396
        },
        {
            "start": 816680399,
            "stop": 816680420
        },
        {
            "start": 816680425,
            "stop": 816680521
        },
        {
            "start": 816680540,
            "stop": 816680593
        },
        {
            "start": 816680596,
            "stop": 816680722
        },
        {
            "start": 816680742,
            "stop": 816680819
        },
        {
            "start": 816680862,
            "stop": 816680866
        },
        {
            "start": 816680885,
            "stop": 816680891
        },
        {
            "start": 816680911,
            "stop": 816680943
        },
        {
            "start": 816680946,
            "stop": 816680947
        },
        {
            "start": 816680950,
            "stop": 816680962
        },
        {
            "start": 816680982,
            "stop": 816681015
        },
        {
            "start": 816681035,
            "stop": 816681205
        },
        {
            "start": 816681225,
            "stop": 816681250
        },
        {
            "start": 816681275,
            "stop": 816681355
        },
        {
            "start": 816681374,
            "stop": 816681406
        },
        {
            "start": 816681425,
            "stop": 816681660
        },
        {
            "start": 816681680,
            "stop": 816681695
        }
    ]
}