Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=120
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=121",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=119",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 120,
    "results": [
        {
            "start": 857708948,
            "stop": 857715509
        },
        {
            "start": 857716317,
            "stop": 857735296
        },
        {
            "start": 857737223,
            "stop": 857738266
        },
        {
            "start": 857738311,
            "stop": 857739020
        },
        {
            "start": 857740945,
            "stop": 857743036
        },
        {
            "start": 857743612,
            "stop": 857755031
        },
        {
            "start": 857763704,
            "stop": 857763718
        },
        {
            "start": 857779169,
            "stop": 857788971
        },
        {
            "start": 857789062,
            "stop": 857790248
        },
        {
            "start": 857792670,
            "stop": 857833218
        },
        {
            "start": 857850329,
            "stop": 857851252
        },
        {
            "start": 857861192,
            "stop": 857862318
        },
        {
            "start": 857864602,
            "stop": 857898536
        },
        {
            "start": 857901167,
            "stop": 857929297
        },
        {
            "start": 857932255,
            "stop": 857932513
        },
        {
            "start": 857934618,
            "stop": 857940944
        },
        {
            "start": 857946173,
            "stop": 857946467
        },
        {
            "start": 857948674,
            "stop": 857949065
        },
        {
            "start": 857950654,
            "stop": 857962374
        },
        {
            "start": 857962484,
            "stop": 857995247
        }
    ]
}