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=106
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=107",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=105",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 106,
    "results": [
        {
            "start": 819145920,
            "stop": 819146045
        },
        {
            "start": 819146052,
            "stop": 819146160
        },
        {
            "start": 819146280,
            "stop": 819146460
        },
        {
            "start": 819146520,
            "stop": 819147013
        },
        {
            "start": 819165778,
            "stop": 819165978
        },
        {
            "start": 819165985,
            "stop": 819165991
        },
        {
            "start": 819165998,
            "stop": 819166096
        },
        {
            "start": 819166109,
            "stop": 819166138
        },
        {
            "start": 819166145,
            "stop": 819166619
        },
        {
            "start": 819166626,
            "stop": 819166846
        },
        {
            "start": 819166854,
            "stop": 819167052
        },
        {
            "start": 819167060,
            "stop": 819167113
        },
        {
            "start": 819167121,
            "stop": 819167378
        },
        {
            "start": 819167385,
            "stop": 819167579
        },
        {
            "start": 819167593,
            "stop": 819167698
        },
        {
            "start": 819167705,
            "stop": 819167756
        },
        {
            "start": 819167763,
            "stop": 819168013
        },
        {
            "start": 819168028,
            "stop": 819168213
        },
        {
            "start": 819168220,
            "stop": 819168317
        },
        {
            "start": 819168324,
            "stop": 819168526
        }
    ]
}