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=1051
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=1052",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1050",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1051,
    "results": [
        {
            "start": 872886923,
            "stop": 872886983
        },
        {
            "start": 872887073,
            "stop": 872892023
        },
        {
            "start": 872892207,
            "stop": 872894667
        },
        {
            "start": 872894817,
            "stop": 872895057
        },
        {
            "start": 872895117,
            "stop": 872895177
        },
        {
            "start": 872895267,
            "stop": 872895507
        },
        {
            "start": 872895718,
            "stop": 872906068
        },
        {
            "start": 872906218,
            "stop": 872907298
        },
        {
            "start": 872907508,
            "stop": 872910928
        },
        {
            "start": 872911149,
            "stop": 872914509
        },
        {
            "start": 872918223,
            "stop": 872918403
        },
        {
            "start": 872918756,
            "stop": 872918816
        },
        {
            "start": 872918964,
            "stop": 872919024
        },
        {
            "start": 872919170,
            "stop": 872919230
        },
        {
            "start": 872919741,
            "stop": 872920101
        },
        {
            "start": 872921056,
            "stop": 872923816
        },
        {
            "start": 872923966,
            "stop": 872925736
        },
        {
            "start": 872927216,
            "stop": 872933576
        },
        {
            "start": 872933752,
            "stop": 872936512
        },
        {
            "start": 872936748,
            "stop": 872938248
        }
    ]
}