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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10186",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10184",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10185,
    "results": [
        {
            "start": 873835561,
            "stop": 873835725
        },
        {
            "start": 873835733,
            "stop": 873835738
        },
        {
            "start": 873835748,
            "stop": 873835967
        },
        {
            "start": 873835975,
            "stop": 873835987
        },
        {
            "start": 873835995,
            "stop": 873836043
        },
        {
            "start": 873836163,
            "stop": 873836171
        },
        {
            "start": 873836179,
            "stop": 873836584
        },
        {
            "start": 873836593,
            "stop": 873836679
        },
        {
            "start": 873836686,
            "stop": 873836713
        },
        {
            "start": 873836720,
            "stop": 873836752
        },
        {
            "start": 873836766,
            "stop": 873836875
        },
        {
            "start": 873836883,
            "stop": 873836972
        },
        {
            "start": 873836986,
            "stop": 873837039
        },
        {
            "start": 873837047,
            "stop": 873837180
        },
        {
            "start": 873837240,
            "stop": 873837406
        },
        {
            "start": 873837414,
            "stop": 873837420
        },
        {
            "start": 873837428,
            "stop": 873837625
        },
        {
            "start": 873837634,
            "stop": 873837687
        },
        {
            "start": 873837695,
            "stop": 873837780
        },
        {
            "start": 873837840,
            "stop": 873838094
        }
    ]
}