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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=273",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=271",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 272,
    "results": [
        {
            "start": 931474705,
            "stop": 931474759
        },
        {
            "start": 931474884,
            "stop": 931474939
        },
        {
            "start": 931474942,
            "stop": 931474953
        },
        {
            "start": 931474955,
            "stop": 931475083
        },
        {
            "start": 931475101,
            "stop": 931475111
        },
        {
            "start": 931475113,
            "stop": 931475127
        },
        {
            "start": 931475129,
            "stop": 931475162
        },
        {
            "start": 931475164,
            "stop": 931475201
        },
        {
            "start": 931475203,
            "stop": 931475246
        },
        {
            "start": 931475248,
            "stop": 931475270
        },
        {
            "start": 931475272,
            "stop": 931475281
        },
        {
            "start": 931475283,
            "stop": 931475284
        },
        {
            "start": 931475286,
            "stop": 931475290
        },
        {
            "start": 931475291,
            "stop": 931475295
        },
        {
            "start": 931475297,
            "stop": 931475328
        },
        {
            "start": 931475457,
            "stop": 931475485
        },
        {
            "start": 931475487,
            "stop": 931475632
        },
        {
            "start": 931475634,
            "stop": 931475712
        },
        {
            "start": 931475714,
            "stop": 931475895
        },
        {
            "start": 931475897,
            "stop": 931475898
        }
    ]
}