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_CBCLOW_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_CBCLOW_CAT4/segments?format=api&page=263",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=261",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 262,
    "results": [
        {
            "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
        },
        {
            "start": 931469294,
            "stop": 931469296
        },
        {
            "start": 931469298,
            "stop": 931469301
        },
        {
            "start": 931469303,
            "stop": 931469315
        },
        {
            "start": 931469318,
            "stop": 931469328
        },
        {
            "start": 931469330,
            "stop": 931469333
        }
    ]
}