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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=991",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=989",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 990,
    "results": [
        {
            "start": 870450629,
            "stop": 870451649
        },
        {
            "start": 870451812,
            "stop": 870453102
        },
        {
            "start": 870453192,
            "stop": 870454272
        },
        {
            "start": 870454417,
            "stop": 870454597
        },
        {
            "start": 870454758,
            "stop": 870455838
        },
        {
            "start": 870456018,
            "stop": 870457488
        },
        {
            "start": 870457668,
            "stop": 870458838
        },
        {
            "start": 870459182,
            "stop": 870461402
        },
        {
            "start": 870461637,
            "stop": 870463317
        },
        {
            "start": 870463487,
            "stop": 870463727
        },
        {
            "start": 870463882,
            "stop": 870465562
        },
        {
            "start": 870465713,
            "stop": 870465833
        },
        {
            "start": 870466042,
            "stop": 870467302
        },
        {
            "start": 870468426,
            "stop": 870471546
        },
        {
            "start": 870472214,
            "stop": 870473654
        },
        {
            "start": 870473813,
            "stop": 870480893
        },
        {
            "start": 870481172,
            "stop": 870483572
        },
        {
            "start": 870488628,
            "stop": 870508608
        },
        {
            "start": 870510546,
            "stop": 870515586
        },
        {
            "start": 870515796,
            "stop": 870521436
        }
    ]
}