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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1291",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1289",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1290,
    "results": [
        {
            "start": 959631428,
            "stop": 959635981
        },
        {
            "start": 959659147,
            "stop": 959661125
        },
        {
            "start": 959661360,
            "stop": 959677372
        },
        {
            "start": 959677374,
            "stop": 959679222
        },
        {
            "start": 959679958,
            "stop": 959687446
        },
        {
            "start": 959691401,
            "stop": 959692085
        },
        {
            "start": 959693870,
            "stop": 959694743
        },
        {
            "start": 959696059,
            "stop": 959696778
        },
        {
            "start": 959696784,
            "stop": 959697084
        },
        {
            "start": 959697090,
            "stop": 959703498
        },
        {
            "start": 959730710,
            "stop": 959738891
        },
        {
            "start": 959739924,
            "stop": 959745036
        },
        {
            "start": 959749849,
            "stop": 959758080
        },
        {
            "start": 959758086,
            "stop": 959759655
        },
        {
            "start": 959760747,
            "stop": 959761903
        },
        {
            "start": 959769286,
            "stop": 959769592
        },
        {
            "start": 959769598,
            "stop": 959770729
        },
        {
            "start": 959774954,
            "stop": 959775738
        },
        {
            "start": 959778240,
            "stop": 959778712
        },
        {
            "start": 959780751,
            "stop": 959781214
        }
    ]
}