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=209
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=210",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=208",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 209,
    "results": [
        {
            "start": 931452054,
            "stop": 931452110
        },
        {
            "start": 931452112,
            "stop": 931452140
        },
        {
            "start": 931452143,
            "stop": 931452146
        },
        {
            "start": 931452148,
            "stop": 931452166
        },
        {
            "start": 931452170,
            "stop": 931452171
        },
        {
            "start": 931452173,
            "stop": 931452191
        },
        {
            "start": 931452192,
            "stop": 931452204
        },
        {
            "start": 931452206,
            "stop": 931452208
        },
        {
            "start": 931452210,
            "stop": 931452213
        },
        {
            "start": 931452217,
            "stop": 931452221
        },
        {
            "start": 931452223,
            "stop": 931452224
        },
        {
            "start": 931452226,
            "stop": 931452229
        },
        {
            "start": 931452231,
            "stop": 931452234
        },
        {
            "start": 931452236,
            "stop": 931452276
        },
        {
            "start": 931452278,
            "stop": 931452294
        },
        {
            "start": 931452296,
            "stop": 931452308
        },
        {
            "start": 931452310,
            "stop": 931452320
        },
        {
            "start": 931452322,
            "stop": 931452323
        },
        {
            "start": 931452327,
            "stop": 931452339
        },
        {
            "start": 931452341,
            "stop": 931452370
        }
    ]
}