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=48
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=49",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=47",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 48,
    "results": [
        {
            "start": 932066711,
            "stop": 932066720
        },
        {
            "start": 932066722,
            "stop": 932066728
        },
        {
            "start": 932066729,
            "stop": 932066730
        },
        {
            "start": 932066780,
            "stop": 932066787
        },
        {
            "start": 932066789,
            "stop": 932066796
        },
        {
            "start": 932066832,
            "stop": 932066835
        },
        {
            "start": 932066853,
            "stop": 932066855
        },
        {
            "start": 932066878,
            "stop": 932066905
        },
        {
            "start": 932066908,
            "stop": 932066921
        },
        {
            "start": 932066947,
            "stop": 932066964
        },
        {
            "start": 932066965,
            "stop": 932066989
        },
        {
            "start": 932066991,
            "stop": 932066992
        },
        {
            "start": 932066993,
            "stop": 932066994
        },
        {
            "start": 932066997,
            "stop": 932066999
        },
        {
            "start": 932067019,
            "stop": 932067029
        },
        {
            "start": 932067047,
            "stop": 932067052
        },
        {
            "start": 932067053,
            "stop": 932067067
        },
        {
            "start": 932067115,
            "stop": 932067116
        },
        {
            "start": 932067202,
            "stop": 932067204
        },
        {
            "start": 932067205,
            "stop": 932067209
        }
    ]
}