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=57
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=58",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=56",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 57,
    "results": [
        {
            "start": 931513072,
            "stop": 931513079
        },
        {
            "start": 931513094,
            "stop": 931513096
        },
        {
            "start": 931513103,
            "stop": 931513106
        },
        {
            "start": 931513124,
            "stop": 931513132
        },
        {
            "start": 931513139,
            "stop": 931513149
        },
        {
            "start": 931513156,
            "stop": 931513163
        },
        {
            "start": 931513178,
            "stop": 931513193
        },
        {
            "start": 931513200,
            "stop": 931513207
        },
        {
            "start": 931513223,
            "stop": 931513233
        },
        {
            "start": 931513240,
            "stop": 931513251
        },
        {
            "start": 931513258,
            "stop": 931513267
        },
        {
            "start": 931513291,
            "stop": 931513301
        },
        {
            "start": 931513319,
            "stop": 931513327
        },
        {
            "start": 931513340,
            "stop": 931513341
        },
        {
            "start": 931513348,
            "stop": 931513385
        },
        {
            "start": 931513392,
            "stop": 931513410
        },
        {
            "start": 931513417,
            "stop": 931513423
        },
        {
            "start": 931513443,
            "stop": 931513445
        },
        {
            "start": 931513456,
            "stop": 931513474
        },
        {
            "start": 931513481,
            "stop": 931513501
        }
    ]
}