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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3545",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3543",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3544,
    "results": [
        {
            "start": 871588343,
            "stop": 871588445
        },
        {
            "start": 871588462,
            "stop": 871588738
        },
        {
            "start": 871588755,
            "stop": 871588777
        },
        {
            "start": 871588794,
            "stop": 871588835
        },
        {
            "start": 871588852,
            "stop": 871588863
        },
        {
            "start": 871588884,
            "stop": 871588951
        },
        {
            "start": 871588968,
            "stop": 871588972
        },
        {
            "start": 871588989,
            "stop": 871589029
        },
        {
            "start": 871589046,
            "stop": 871589157
        },
        {
            "start": 871589174,
            "stop": 871590104
        },
        {
            "start": 871590121,
            "stop": 871590197
        },
        {
            "start": 871590204,
            "stop": 871590206
        },
        {
            "start": 871590210,
            "stop": 871590220
        },
        {
            "start": 871590225,
            "stop": 871590228
        },
        {
            "start": 871590232,
            "stop": 871590246
        },
        {
            "start": 871590249,
            "stop": 871590273
        },
        {
            "start": 871590383,
            "stop": 871590411
        },
        {
            "start": 871590428,
            "stop": 871590527
        },
        {
            "start": 871590556,
            "stop": 871590677
        },
        {
            "start": 871590694,
            "stop": 871591138
        }
    ]
}