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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7542",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7540",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7541,
    "results": [
        {
            "start": 970422701,
            "stop": 970422737
        },
        {
            "start": 970422740,
            "stop": 970422745
        },
        {
            "start": 970422749,
            "stop": 970422754
        },
        {
            "start": 970422762,
            "stop": 970422769
        },
        {
            "start": 970422809,
            "stop": 970422831
        },
        {
            "start": 970422834,
            "stop": 970423061
        },
        {
            "start": 970423064,
            "stop": 970423075
        },
        {
            "start": 970423078,
            "stop": 970423107
        },
        {
            "start": 970423111,
            "stop": 970423183
        },
        {
            "start": 970423186,
            "stop": 970423196
        },
        {
            "start": 970423199,
            "stop": 970423246
        },
        {
            "start": 970423252,
            "stop": 970423281
        },
        {
            "start": 970423284,
            "stop": 970423298
        },
        {
            "start": 970423301,
            "stop": 970423407
        },
        {
            "start": 970423413,
            "stop": 970423419
        },
        {
            "start": 970423441,
            "stop": 970423452
        },
        {
            "start": 970423458,
            "stop": 970423505
        },
        {
            "start": 970423508,
            "stop": 970423526
        },
        {
            "start": 970423529,
            "stop": 970423541
        },
        {
            "start": 970423544,
            "stop": 970423587
        }
    ]
}