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=262
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=263",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=261",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 262,
    "results": [
        {
            "start": 931469174,
            "stop": 931469176
        },
        {
            "start": 931469178,
            "stop": 931469186
        },
        {
            "start": 931469187,
            "stop": 931469193
        },
        {
            "start": 931469195,
            "stop": 931469196
        },
        {
            "start": 931469198,
            "stop": 931469199
        },
        {
            "start": 931469203,
            "stop": 931469204
        },
        {
            "start": 931469207,
            "stop": 931469208
        },
        {
            "start": 931469210,
            "stop": 931469215
        },
        {
            "start": 931469226,
            "stop": 931469227
        },
        {
            "start": 931469229,
            "stop": 931469230
        },
        {
            "start": 931469235,
            "stop": 931469236
        },
        {
            "start": 931469240,
            "stop": 931469244
        },
        {
            "start": 931469250,
            "stop": 931469256
        },
        {
            "start": 931469258,
            "stop": 931469264
        },
        {
            "start": 931469269,
            "stop": 931469271
        },
        {
            "start": 931469274,
            "stop": 931469275
        },
        {
            "start": 931469277,
            "stop": 931469278
        },
        {
            "start": 931469280,
            "stop": 931469282
        },
        {
            "start": 931469284,
            "stop": 931469285
        },
        {
            "start": 931469288,
            "stop": 931469292
        }
    ]
}