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_CAT2/segments?format=api&page=139
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=140",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=138",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 139,
    "results": [
        {
            "start": 931771148,
            "stop": 931771157
        },
        {
            "start": 931771164,
            "stop": 931771175
        },
        {
            "start": 931771182,
            "stop": 931771228
        },
        {
            "start": 931771235,
            "stop": 931771236
        },
        {
            "start": 931771245,
            "stop": 931771255
        },
        {
            "start": 931771262,
            "stop": 931771263
        },
        {
            "start": 931771277,
            "stop": 931771286
        },
        {
            "start": 931771299,
            "stop": 931771302
        },
        {
            "start": 931771325,
            "stop": 931771335
        },
        {
            "start": 931771347,
            "stop": 931771352
        },
        {
            "start": 931771359,
            "stop": 931771370
        },
        {
            "start": 931771376,
            "stop": 931771380
        },
        {
            "start": 931771387,
            "stop": 931771405
        },
        {
            "start": 931771412,
            "stop": 931771421
        },
        {
            "start": 931771428,
            "stop": 931771441
        },
        {
            "start": 931771455,
            "stop": 931771463
        },
        {
            "start": 931771470,
            "stop": 931771473
        },
        {
            "start": 931771480,
            "stop": 931771487
        },
        {
            "start": 931771494,
            "stop": 931771500
        },
        {
            "start": 931771507,
            "stop": 931771508
        }
    ]
}