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=90
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=91",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=89",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 90,
    "results": [
        {
            "start": 816858249,
            "stop": 816858320
        },
        {
            "start": 816858339,
            "stop": 816858343
        },
        {
            "start": 816858480,
            "stop": 816858499
        },
        {
            "start": 816858519,
            "stop": 816858559
        },
        {
            "start": 816858580,
            "stop": 816858609
        },
        {
            "start": 816858635,
            "stop": 816858739
        },
        {
            "start": 816858786,
            "stop": 816858842
        },
        {
            "start": 816858960,
            "stop": 816858969
        },
        {
            "start": 816858990,
            "stop": 816859005
        },
        {
            "start": 816859027,
            "stop": 816859071
        },
        {
            "start": 816859119,
            "stop": 816859129
        },
        {
            "start": 816859161,
            "stop": 816859327
        },
        {
            "start": 816859366,
            "stop": 816859417
        },
        {
            "start": 816859449,
            "stop": 816859472
        },
        {
            "start": 816859500,
            "stop": 816859510
        },
        {
            "start": 816859534,
            "stop": 816859555
        },
        {
            "start": 816859635,
            "stop": 816859676
        },
        {
            "start": 816859680,
            "stop": 816859691
        },
        {
            "start": 816859874,
            "stop": 816859900
        },
        {
            "start": 816859937,
            "stop": 816859998
        }
    ]
}