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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=310",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=308",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 309,
    "results": [
        {
            "start": 935242469,
            "stop": 935242732
        },
        {
            "start": 935242852,
            "stop": 935243172
        },
        {
            "start": 935243174,
            "stop": 935243877
        },
        {
            "start": 935243880,
            "stop": 935243967
        },
        {
            "start": 935243969,
            "stop": 935244015
        },
        {
            "start": 935244315,
            "stop": 935244356
        },
        {
            "start": 935246268,
            "stop": 935247034
        },
        {
            "start": 935247036,
            "stop": 935247058
        },
        {
            "start": 935247060,
            "stop": 935247117
        },
        {
            "start": 935247120,
            "stop": 935247432
        },
        {
            "start": 935247434,
            "stop": 935247506
        },
        {
            "start": 935247566,
            "stop": 935247615
        },
        {
            "start": 935247994,
            "stop": 935248398
        },
        {
            "start": 935358716,
            "stop": 935359215
        },
        {
            "start": 935359515,
            "stop": 935361313
        },
        {
            "start": 935361315,
            "stop": 935362233
        },
        {
            "start": 935362236,
            "stop": 935362285
        },
        {
            "start": 935362405,
            "stop": 935362461
        },
        {
            "start": 935362581,
            "stop": 935362815
        },
        {
            "start": 935363055,
            "stop": 935363188
        }
    ]
}