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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=826",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=824",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 825,
    "results": [
        {
            "start": 959598569,
            "stop": 959598581
        },
        {
            "start": 959598587,
            "stop": 959599159
        },
        {
            "start": 959599165,
            "stop": 959599379
        },
        {
            "start": 959601835,
            "stop": 959603655
        },
        {
            "start": 959603661,
            "stop": 959605942
        },
        {
            "start": 959606693,
            "stop": 959608435
        },
        {
            "start": 959611281,
            "stop": 959611990
        },
        {
            "start": 959612795,
            "stop": 959614207
        },
        {
            "start": 959614213,
            "stop": 959618895
        },
        {
            "start": 959626442,
            "stop": 959630544
        },
        {
            "start": 959631428,
            "stop": 959635981
        },
        {
            "start": 959659147,
            "stop": 959661125
        },
        {
            "start": 959661360,
            "stop": 959677372
        },
        {
            "start": 959677378,
            "stop": 959679222
        },
        {
            "start": 959679958,
            "stop": 959687446
        },
        {
            "start": 959691401,
            "stop": 959692085
        },
        {
            "start": 959693870,
            "stop": 959694743
        },
        {
            "start": 959696059,
            "stop": 959696780
        },
        {
            "start": 959696786,
            "stop": 959697086
        },
        {
            "start": 959697092,
            "stop": 959703498
        }
    ]
}