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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8264",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8262",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8263,
    "results": [
        {
            "start": 873836992,
            "stop": 873837033
        },
        {
            "start": 873837053,
            "stop": 873837180
        },
        {
            "start": 873837240,
            "stop": 873837400
        },
        {
            "start": 873837434,
            "stop": 873837619
        },
        {
            "start": 873837640,
            "stop": 873837681
        },
        {
            "start": 873837701,
            "stop": 873837780
        },
        {
            "start": 873837840,
            "stop": 873838088
        },
        {
            "start": 873838107,
            "stop": 873838261
        },
        {
            "start": 873838289,
            "stop": 873838290
        },
        {
            "start": 873838310,
            "stop": 873838368
        },
        {
            "start": 873838387,
            "stop": 873838418
        },
        {
            "start": 873838438,
            "stop": 873838483
        },
        {
            "start": 873838503,
            "stop": 873838680
        },
        {
            "start": 873838700,
            "stop": 873839115
        },
        {
            "start": 873839150,
            "stop": 873839174
        },
        {
            "start": 873839193,
            "stop": 873839238
        },
        {
            "start": 873839258,
            "stop": 873839318
        },
        {
            "start": 873839345,
            "stop": 873839648
        },
        {
            "start": 873839668,
            "stop": 873839896
        },
        {
            "start": 873839916,
            "stop": 873839998
        }
    ]
}