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=329
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=330",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=328",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 329,
    "results": [
        {
            "start": 931894781,
            "stop": 931894860
        },
        {
            "start": 931894980,
            "stop": 931895060
        },
        {
            "start": 931895292,
            "stop": 931895343
        },
        {
            "start": 931895463,
            "stop": 931895653
        },
        {
            "start": 931895655,
            "stop": 931895703
        },
        {
            "start": 931895823,
            "stop": 931895955
        },
        {
            "start": 931895956,
            "stop": 931896016
        },
        {
            "start": 931896018,
            "stop": 931896100
        },
        {
            "start": 931896101,
            "stop": 931896284
        },
        {
            "start": 931896404,
            "stop": 931896504
        },
        {
            "start": 931896505,
            "stop": 931896610
        },
        {
            "start": 931896611,
            "stop": 931896650
        },
        {
            "start": 931896770,
            "stop": 931896955
        },
        {
            "start": 931896958,
            "stop": 931897067
        },
        {
            "start": 931897187,
            "stop": 931897308
        },
        {
            "start": 931897311,
            "stop": 931897312
        },
        {
            "start": 931897313,
            "stop": 931898058
        },
        {
            "start": 931898059,
            "stop": 931898893
        },
        {
            "start": 931898894,
            "stop": 931898896
        },
        {
            "start": 931898900,
            "stop": 931899207
        }
    ]
}