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=5227
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=5228",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5226",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5227,
    "results": [
        {
            "start": 970001581,
            "stop": 970001658
        },
        {
            "start": 970001661,
            "stop": 970001790
        },
        {
            "start": 970001793,
            "stop": 970001945
        },
        {
            "start": 970001948,
            "stop": 970002049
        },
        {
            "start": 970002052,
            "stop": 970002056
        },
        {
            "start": 970002059,
            "stop": 970002125
        },
        {
            "start": 970002128,
            "stop": 970002209
        },
        {
            "start": 970002212,
            "stop": 970002287
        },
        {
            "start": 970002290,
            "stop": 970002302
        },
        {
            "start": 970002305,
            "stop": 970002340
        },
        {
            "start": 970002343,
            "stop": 970002450
        },
        {
            "start": 970002453,
            "stop": 970002505
        },
        {
            "start": 970002508,
            "stop": 970002516
        },
        {
            "start": 970002519,
            "stop": 970002525
        },
        {
            "start": 970002528,
            "stop": 970002564
        },
        {
            "start": 970002567,
            "stop": 970002580
        },
        {
            "start": 970002583,
            "stop": 970002635
        },
        {
            "start": 970002638,
            "stop": 970002878
        },
        {
            "start": 970002882,
            "stop": 970002912
        },
        {
            "start": 970002915,
            "stop": 970002983
        }
    ]
}