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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1139",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1137",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1138,
    "results": [
        {
            "start": 950118845,
            "stop": 950120687
        },
        {
            "start": 950120689,
            "stop": 950121703
        },
        {
            "start": 950121705,
            "stop": 950121729
        },
        {
            "start": 950121731,
            "stop": 950122212
        },
        {
            "start": 950122214,
            "stop": 950122748
        },
        {
            "start": 950122750,
            "stop": 950123593
        },
        {
            "start": 950123595,
            "stop": 950123793
        },
        {
            "start": 950123795,
            "stop": 950132818
        },
        {
            "start": 950132820,
            "stop": 950142399
        },
        {
            "start": 950142401,
            "stop": 950144133
        },
        {
            "start": 950144135,
            "stop": 950144962
        },
        {
            "start": 950144963,
            "stop": 950146023
        },
        {
            "start": 950146025,
            "stop": 950147529
        },
        {
            "start": 950147531,
            "stop": 950147897
        },
        {
            "start": 950147899,
            "stop": 950148737
        },
        {
            "start": 950148739,
            "stop": 950148788
        },
        {
            "start": 950148790,
            "stop": 950149288
        },
        {
            "start": 950149289,
            "stop": 950149939
        },
        {
            "start": 950149940,
            "stop": 950150069
        },
        {
            "start": 950150071,
            "stop": 950150898
        }
    ]
}