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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=153",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=151",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 152,
    "results": [
        {
            "start": 931419311,
            "stop": 931419314
        },
        {
            "start": 931419317,
            "stop": 931419323
        },
        {
            "start": 931419326,
            "stop": 931419332
        },
        {
            "start": 931419334,
            "stop": 931419340
        },
        {
            "start": 931419343,
            "stop": 931419350
        },
        {
            "start": 931419352,
            "stop": 931419375
        },
        {
            "start": 931419384,
            "stop": 931419442
        },
        {
            "start": 931419444,
            "stop": 931419454
        },
        {
            "start": 931419456,
            "stop": 931419580
        },
        {
            "start": 931419582,
            "stop": 931419614
        },
        {
            "start": 931419616,
            "stop": 931419643
        },
        {
            "start": 931419645,
            "stop": 931419647
        },
        {
            "start": 931419649,
            "stop": 931419659
        },
        {
            "start": 931419661,
            "stop": 931419667
        },
        {
            "start": 931419669,
            "stop": 931419678
        },
        {
            "start": 931419680,
            "stop": 931419686
        },
        {
            "start": 931419688,
            "stop": 931419710
        },
        {
            "start": 931419712,
            "stop": 931419738
        },
        {
            "start": 931419740,
            "stop": 931419749
        },
        {
            "start": 931419752,
            "stop": 931419761
        }
    ]
}