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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=62",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=60",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 61,
    "results": [
        {
            "start": 822549554,
            "stop": 822551254
        },
        {
            "start": 822551458,
            "stop": 822555367
        },
        {
            "start": 822555525,
            "stop": 822558044
        },
        {
            "start": 822558115,
            "stop": 822558553
        },
        {
            "start": 822558916,
            "stop": 822558973
        },
        {
            "start": 822559104,
            "stop": 822562304
        },
        {
            "start": 822562336,
            "stop": 822562682
        },
        {
            "start": 822562745,
            "stop": 822563107
        },
        {
            "start": 822563173,
            "stop": 822564235
        },
        {
            "start": 822564322,
            "stop": 822564733
        },
        {
            "start": 822564812,
            "stop": 822565513
        },
        {
            "start": 822565764,
            "stop": 822566336
        },
        {
            "start": 822566368,
            "stop": 822567013
        },
        {
            "start": 822567042,
            "stop": 822567043
        },
        {
            "start": 822568101,
            "stop": 822568693
        },
        {
            "start": 822570012,
            "stop": 822571424
        },
        {
            "start": 822571456,
            "stop": 822571933
        },
        {
            "start": 822572043,
            "stop": 822572352
        },
        {
            "start": 822572384,
            "stop": 822576553
        },
        {
            "start": 822577621,
            "stop": 822597422
        }
    ]
}