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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9790",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9788",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9789,
    "results": [
        {
            "start": 873798056,
            "stop": 873798124
        },
        {
            "start": 873798134,
            "stop": 873798156
        },
        {
            "start": 873798162,
            "stop": 873798179
        },
        {
            "start": 873798183,
            "stop": 873798186
        },
        {
            "start": 873798198,
            "stop": 873798204
        },
        {
            "start": 873798207,
            "stop": 873798217
        },
        {
            "start": 873798220,
            "stop": 873798222
        },
        {
            "start": 873798225,
            "stop": 873798289
        },
        {
            "start": 873798292,
            "stop": 873798296
        },
        {
            "start": 873798299,
            "stop": 873798301
        },
        {
            "start": 873798304,
            "stop": 873798337
        },
        {
            "start": 873798340,
            "stop": 873798364
        },
        {
            "start": 873798367,
            "stop": 873798381
        },
        {
            "start": 873798384,
            "stop": 873798394
        },
        {
            "start": 873798397,
            "stop": 873798402
        },
        {
            "start": 873798405,
            "stop": 873798415
        },
        {
            "start": 873798418,
            "stop": 873798420
        },
        {
            "start": 873798423,
            "stop": 873798444
        },
        {
            "start": 873798447,
            "stop": 873798458
        },
        {
            "start": 873798462,
            "stop": 873798482
        }
    ]
}