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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4551",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4549",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4550,
    "results": [
        {
            "start": 968759038,
            "stop": 968759062
        },
        {
            "start": 968760025,
            "stop": 968760161
        },
        {
            "start": 968760164,
            "stop": 968760255
        },
        {
            "start": 968760258,
            "stop": 968760276
        },
        {
            "start": 968760279,
            "stop": 968760365
        },
        {
            "start": 968760368,
            "stop": 968760402
        },
        {
            "start": 968760405,
            "stop": 968760542
        },
        {
            "start": 968760546,
            "stop": 968760638
        },
        {
            "start": 968760641,
            "stop": 968760764
        },
        {
            "start": 968760767,
            "stop": 968760903
        },
        {
            "start": 968760906,
            "stop": 968761196
        },
        {
            "start": 968761199,
            "stop": 968761304
        },
        {
            "start": 968761307,
            "stop": 968761382
        },
        {
            "start": 968761385,
            "stop": 968761627
        },
        {
            "start": 968761630,
            "stop": 968761692
        },
        {
            "start": 968761695,
            "stop": 968761726
        },
        {
            "start": 968761729,
            "stop": 968761760
        },
        {
            "start": 968762623,
            "stop": 968762625
        },
        {
            "start": 968762628,
            "stop": 968762630
        },
        {
            "start": 968762639,
            "stop": 968762640
        }
    ]
}