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=8309
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=8310",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8308",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8309,
    "results": [
        {
            "start": 874163040,
            "stop": 874163100
        },
        {
            "start": 874184713,
            "stop": 874184746
        },
        {
            "start": 874184783,
            "stop": 874184831
        },
        {
            "start": 874184850,
            "stop": 874184856
        },
        {
            "start": 874184873,
            "stop": 874184877
        },
        {
            "start": 874184902,
            "stop": 874184914
        },
        {
            "start": 874184931,
            "stop": 874184988
        },
        {
            "start": 874185006,
            "stop": 874185018
        },
        {
            "start": 874185035,
            "stop": 874185318
        },
        {
            "start": 874187740,
            "stop": 874187797
        },
        {
            "start": 874187814,
            "stop": 874187990
        },
        {
            "start": 874188009,
            "stop": 874188233
        },
        {
            "start": 874188353,
            "stop": 874188502
        },
        {
            "start": 874188674,
            "stop": 874189112
        },
        {
            "start": 874189129,
            "stop": 874189184
        },
        {
            "start": 874189201,
            "stop": 874189229
        },
        {
            "start": 874189246,
            "stop": 874189285
        },
        {
            "start": 874189304,
            "stop": 874189321
        },
        {
            "start": 874189390,
            "stop": 874190373
        },
        {
            "start": 874190393,
            "stop": 874191006
        }
    ]
}