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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4587",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4585",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4586,
    "results": [
        {
            "start": 969095776,
            "stop": 969097318
        },
        {
            "start": 969097321,
            "stop": 969097435
        },
        {
            "start": 969097438,
            "stop": 969097633
        },
        {
            "start": 969097639,
            "stop": 969097990
        },
        {
            "start": 969097993,
            "stop": 969098135
        },
        {
            "start": 969098139,
            "stop": 969098248
        },
        {
            "start": 969098251,
            "stop": 969098300
        },
        {
            "start": 969098306,
            "stop": 969099499
        },
        {
            "start": 969099502,
            "stop": 969099920
        },
        {
            "start": 969099923,
            "stop": 969100065
        },
        {
            "start": 969100068,
            "stop": 969100115
        },
        {
            "start": 969100118,
            "stop": 969100127
        },
        {
            "start": 969100130,
            "stop": 969100376
        },
        {
            "start": 969100379,
            "stop": 969100446
        },
        {
            "start": 969100449,
            "stop": 969100470
        },
        {
            "start": 969100473,
            "stop": 969100679
        },
        {
            "start": 969100682,
            "stop": 969100864
        },
        {
            "start": 969100867,
            "stop": 969100936
        },
        {
            "start": 969100939,
            "stop": 969100960
        },
        {
            "start": 969100963,
            "stop": 969101260
        }
    ]
}