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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15868",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15866",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15867,
    "results": [
        {
            "start": 971241789,
            "stop": 971241805
        },
        {
            "start": 971241807,
            "stop": 971241844
        },
        {
            "start": 971241846,
            "stop": 971241900
        },
        {
            "start": 971241901,
            "stop": 971241920
        },
        {
            "start": 971241921,
            "stop": 971241940
        },
        {
            "start": 971241944,
            "stop": 971241983
        },
        {
            "start": 971241984,
            "stop": 971242034
        },
        {
            "start": 971242036,
            "stop": 971242037
        },
        {
            "start": 971242039,
            "stop": 971242047
        },
        {
            "start": 971242048,
            "stop": 971242076
        },
        {
            "start": 971242078,
            "stop": 971242087
        },
        {
            "start": 971242089,
            "stop": 971242097
        },
        {
            "start": 971242099,
            "stop": 971242108
        },
        {
            "start": 971242141,
            "stop": 971242146
        },
        {
            "start": 971242148,
            "stop": 971242155
        },
        {
            "start": 971242156,
            "stop": 971242157
        },
        {
            "start": 971242159,
            "stop": 971242161
        },
        {
            "start": 971242164,
            "stop": 971242167
        },
        {
            "start": 971242169,
            "stop": 971242171
        },
        {
            "start": 971242172,
            "stop": 971242188
        }
    ]
}