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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=70",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=68",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 69,
    "results": [
        {
            "start": 817775392,
            "stop": 817775436
        },
        {
            "start": 817775439,
            "stop": 817775484
        },
        {
            "start": 817775487,
            "stop": 817775516
        },
        {
            "start": 817775519,
            "stop": 817775520
        },
        {
            "start": 817775526,
            "stop": 817775621
        },
        {
            "start": 817775624,
            "stop": 817775641
        },
        {
            "start": 817775644,
            "stop": 817775655
        },
        {
            "start": 817775658,
            "stop": 817775659
        },
        {
            "start": 817775662,
            "stop": 817775663
        },
        {
            "start": 817775666,
            "stop": 817775930
        },
        {
            "start": 817775931,
            "stop": 817775986
        },
        {
            "start": 817775988,
            "stop": 817778285
        },
        {
            "start": 817778288,
            "stop": 817780179
        },
        {
            "start": 817780181,
            "stop": 817780211
        },
        {
            "start": 817780217,
            "stop": 817780860
        },
        {
            "start": 817780867,
            "stop": 817780891
        },
        {
            "start": 817780896,
            "stop": 817780907
        },
        {
            "start": 817780910,
            "stop": 817780918
        },
        {
            "start": 817780921,
            "stop": 817780998
        },
        {
            "start": 817781001,
            "stop": 817781005
        }
    ]
}