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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=377",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=375",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 376,
    "results": [
        {
            "start": 959579437,
            "stop": 959579598
        },
        {
            "start": 959581173,
            "stop": 959582106
        },
        {
            "start": 959584207,
            "stop": 959584375
        },
        {
            "start": 959588079,
            "stop": 959596542
        },
        {
            "start": 959598412,
            "stop": 959603054
        },
        {
            "start": 959604602,
            "stop": 959618857
        },
        {
            "start": 959622482,
            "stop": 959622625
        },
        {
            "start": 959628370,
            "stop": 959637053
        },
        {
            "start": 959640731,
            "stop": 959648316
        },
        {
            "start": 959659478,
            "stop": 959715839
        },
        {
            "start": 959720253,
            "stop": 959726080
        },
        {
            "start": 959729814,
            "stop": 959730132
        },
        {
            "start": 959732833,
            "stop": 959739508
        },
        {
            "start": 959739622,
            "stop": 959742956
        },
        {
            "start": 959746939,
            "stop": 959750696
        },
        {
            "start": 959752780,
            "stop": 959764080
        },
        {
            "start": 959767122,
            "stop": 959767239
        },
        {
            "start": 959769528,
            "stop": 959782174
        },
        {
            "start": 959787638,
            "stop": 959800246
        },
        {
            "start": 959803849,
            "stop": 959837084
        }
    ]
}