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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4986",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4984",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4985,
    "results": [
        {
            "start": 874511092,
            "stop": 874511151
        },
        {
            "start": 874511160,
            "stop": 874511177
        },
        {
            "start": 874511185,
            "stop": 874511190
        },
        {
            "start": 874511204,
            "stop": 874511219
        },
        {
            "start": 874511226,
            "stop": 874511228
        },
        {
            "start": 874511240,
            "stop": 874511275
        },
        {
            "start": 874511282,
            "stop": 874511327
        },
        {
            "start": 874511334,
            "stop": 874511402
        },
        {
            "start": 874511409,
            "stop": 874511424
        },
        {
            "start": 874511431,
            "stop": 874511439
        },
        {
            "start": 874511455,
            "stop": 874511456
        },
        {
            "start": 874511465,
            "stop": 874511472
        },
        {
            "start": 874511479,
            "stop": 874511490
        },
        {
            "start": 874511503,
            "stop": 874511571
        },
        {
            "start": 874511578,
            "stop": 874511584
        },
        {
            "start": 874511591,
            "stop": 874511671
        },
        {
            "start": 874511684,
            "stop": 874511688
        },
        {
            "start": 874511695,
            "stop": 874511702
        },
        {
            "start": 874511711,
            "stop": 874511781
        },
        {
            "start": 874511788,
            "stop": 874511820
        }
    ]
}