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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7361",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7359",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7360,
    "results": [
        {
            "start": 969406771,
            "stop": 969406787
        },
        {
            "start": 969406907,
            "stop": 969406909
        },
        {
            "start": 969406912,
            "stop": 969406950
        },
        {
            "start": 969406953,
            "stop": 969407481
        },
        {
            "start": 969407484,
            "stop": 969407927
        },
        {
            "start": 969407930,
            "stop": 969408255
        },
        {
            "start": 969408258,
            "stop": 969408332
        },
        {
            "start": 969408335,
            "stop": 969408498
        },
        {
            "start": 969408504,
            "stop": 969408656
        },
        {
            "start": 969408687,
            "stop": 969408722
        },
        {
            "start": 969408761,
            "stop": 969408798
        },
        {
            "start": 969408801,
            "stop": 969408812
        },
        {
            "start": 969408835,
            "stop": 969409215
        },
        {
            "start": 969409232,
            "stop": 969409272
        },
        {
            "start": 969409276,
            "stop": 969409285
        },
        {
            "start": 969409288,
            "stop": 969409397
        },
        {
            "start": 969409400,
            "stop": 969409440
        },
        {
            "start": 969409443,
            "stop": 969409562
        },
        {
            "start": 969409565,
            "stop": 969411176
        },
        {
            "start": 969411179,
            "stop": 969411240
        }
    ]
}