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=959
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=960",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=958",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 959,
    "results": [
        {
            "start": 868089093,
            "stop": 868096323
        },
        {
            "start": 868096473,
            "stop": 868097613
        },
        {
            "start": 868097763,
            "stop": 868104153
        },
        {
            "start": 868108901,
            "stop": 868110461
        },
        {
            "start": 868110611,
            "stop": 868113401
        },
        {
            "start": 868113602,
            "stop": 868113872
        },
        {
            "start": 868114022,
            "stop": 868114382
        },
        {
            "start": 868140865,
            "stop": 868141345
        },
        {
            "start": 868141495,
            "stop": 868142785
        },
        {
            "start": 868143177,
            "stop": 868143477
        },
        {
            "start": 868143695,
            "stop": 868144475
        },
        {
            "start": 868144505,
            "stop": 868144565
        },
        {
            "start": 868144863,
            "stop": 868145943
        },
        {
            "start": 868146213,
            "stop": 868150683
        },
        {
            "start": 868150833,
            "stop": 868151283
        },
        {
            "start": 868151373,
            "stop": 868156623
        },
        {
            "start": 868156840,
            "stop": 868157860
        },
        {
            "start": 868160862,
            "stop": 868162602
        },
        {
            "start": 868162900,
            "stop": 868164940
        },
        {
            "start": 868165182,
            "stop": 868171122
        }
    ]
}