Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=88
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=89",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=87",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 88,
    "results": [
        {
            "start": 830870375,
            "stop": 830872955
        },
        {
            "start": 830880871,
            "stop": 830881245
        },
        {
            "start": 830882199,
            "stop": 830882795
        },
        {
            "start": 830883755,
            "stop": 830889198
        },
        {
            "start": 830889803,
            "stop": 830892712
        },
        {
            "start": 830893863,
            "stop": 830895309
        },
        {
            "start": 830897036,
            "stop": 830904872
        },
        {
            "start": 830906551,
            "stop": 830906746
        },
        {
            "start": 830907462,
            "stop": 830917353
        },
        {
            "start": 830917359,
            "stop": 830935614
        },
        {
            "start": 830935621,
            "stop": 830960219
        },
        {
            "start": 830960226,
            "stop": 830985445
        },
        {
            "start": 830987086,
            "stop": 830987126
        },
        {
            "start": 830987210,
            "stop": 831019616
        },
        {
            "start": 831019622,
            "stop": 831056865
        },
        {
            "start": 831058657,
            "stop": 831062059
        },
        {
            "start": 831062067,
            "stop": 831065006
        },
        {
            "start": 831066839,
            "stop": 831071609
        },
        {
            "start": 831071616,
            "stop": 831096937
        },
        {
            "start": 831098814,
            "stop": 831104666
        }
    ]
}