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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8814",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8812",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8813,
    "results": [
        {
            "start": 874099528,
            "stop": 874101106
        },
        {
            "start": 874101142,
            "stop": 874101153
        },
        {
            "start": 874101189,
            "stop": 874102564
        },
        {
            "start": 874102581,
            "stop": 874102680
        },
        {
            "start": 874102740,
            "stop": 874103510
        },
        {
            "start": 874103590,
            "stop": 874103750
        },
        {
            "start": 874103830,
            "stop": 874104068
        },
        {
            "start": 874104190,
            "stop": 874105769
        },
        {
            "start": 874105889,
            "stop": 874106007
        },
        {
            "start": 874106024,
            "stop": 874106174
        },
        {
            "start": 874106191,
            "stop": 874106383
        },
        {
            "start": 874106400,
            "stop": 874106820
        },
        {
            "start": 874106880,
            "stop": 874106902
        },
        {
            "start": 874106919,
            "stop": 874107220
        },
        {
            "start": 874107340,
            "stop": 874107730
        },
        {
            "start": 874107850,
            "stop": 874109097
        },
        {
            "start": 874109217,
            "stop": 874109331
        },
        {
            "start": 874109348,
            "stop": 874109485
        },
        {
            "start": 874109632,
            "stop": 874109668
        },
        {
            "start": 874109675,
            "stop": 874110514
        }
    ]
}