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=255
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=256",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=254",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 255,
    "results": [
        {
            "start": 931468022,
            "stop": 931468025
        },
        {
            "start": 931468033,
            "stop": 931468037
        },
        {
            "start": 931468039,
            "stop": 931468056
        },
        {
            "start": 931468058,
            "stop": 931468063
        },
        {
            "start": 931468066,
            "stop": 931468070
        },
        {
            "start": 931468073,
            "stop": 931468082
        },
        {
            "start": 931468085,
            "stop": 931468092
        },
        {
            "start": 931468094,
            "stop": 931468100
        },
        {
            "start": 931468102,
            "stop": 931468108
        },
        {
            "start": 931468110,
            "stop": 931468118
        },
        {
            "start": 931468121,
            "stop": 931468124
        },
        {
            "start": 931468126,
            "stop": 931468134
        },
        {
            "start": 931468137,
            "stop": 931468138
        },
        {
            "start": 931468144,
            "stop": 931468148
        },
        {
            "start": 931468149,
            "stop": 931468150
        },
        {
            "start": 931468152,
            "stop": 931468155
        },
        {
            "start": 931468158,
            "stop": 931468171
        },
        {
            "start": 931468173,
            "stop": 931468174
        },
        {
            "start": 931468178,
            "stop": 931468190
        },
        {
            "start": 931468192,
            "stop": 931468196
        }
    ]
}