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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7326",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7324",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7325,
    "results": [
        {
            "start": 969245537,
            "stop": 969245579
        },
        {
            "start": 969245600,
            "stop": 969246107
        },
        {
            "start": 969246133,
            "stop": 969246421
        },
        {
            "start": 969246424,
            "stop": 969246652
        },
        {
            "start": 969246655,
            "stop": 969246849
        },
        {
            "start": 969246852,
            "stop": 969246988
        },
        {
            "start": 969247009,
            "stop": 969247152
        },
        {
            "start": 969247155,
            "stop": 969247441
        },
        {
            "start": 969247462,
            "stop": 969247772
        },
        {
            "start": 969247793,
            "stop": 969247832
        },
        {
            "start": 969247853,
            "stop": 969247955
        },
        {
            "start": 969247958,
            "stop": 969248092
        },
        {
            "start": 969248113,
            "stop": 969248244
        },
        {
            "start": 969248247,
            "stop": 969248251
        },
        {
            "start": 969248254,
            "stop": 969248276
        },
        {
            "start": 969248279,
            "stop": 969248696
        },
        {
            "start": 969248699,
            "stop": 969248907
        },
        {
            "start": 969248949,
            "stop": 969248950
        },
        {
            "start": 969248971,
            "stop": 969248988
        },
        {
            "start": 969249009,
            "stop": 969249150
        }
    ]
}