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=1285
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=1286",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1284",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1285,
    "results": [
        {
            "start": 959224991,
            "stop": 959231693
        },
        {
            "start": 959231695,
            "stop": 959231934
        },
        {
            "start": 959232300,
            "stop": 959236277
        },
        {
            "start": 959236282,
            "stop": 959243614
        },
        {
            "start": 959243621,
            "stop": 959255688
        },
        {
            "start": 959255690,
            "stop": 959255719
        },
        {
            "start": 959260070,
            "stop": 959260096
        },
        {
            "start": 959260701,
            "stop": 959263196
        },
        {
            "start": 959263202,
            "stop": 959268615
        },
        {
            "start": 959268638,
            "stop": 959272730
        },
        {
            "start": 959276614,
            "stop": 959286523
        },
        {
            "start": 959286529,
            "stop": 959290625
        },
        {
            "start": 959290627,
            "stop": 959290885
        },
        {
            "start": 959290887,
            "stop": 959294043
        },
        {
            "start": 959294718,
            "stop": 959296850
        },
        {
            "start": 959296852,
            "stop": 959297762
        },
        {
            "start": 959297768,
            "stop": 959299435
        },
        {
            "start": 959299768,
            "stop": 959308815
        },
        {
            "start": 959308821,
            "stop": 959319086
        },
        {
            "start": 959319092,
            "stop": 959335313
        }
    ]
}