Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=251
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=252",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=250",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 251,
    "results": [
        {
            "start": 848069640,
            "stop": 848084416
        },
        {
            "start": 848084653,
            "stop": 848086108
        },
        {
            "start": 848086162,
            "stop": 848086213
        },
        {
            "start": 848089484,
            "stop": 848095199
        },
        {
            "start": 848097046,
            "stop": 848133913
        },
        {
            "start": 848134448,
            "stop": 848155993
        },
        {
            "start": 848157776,
            "stop": 848159616
        },
        {
            "start": 848160253,
            "stop": 848161542
        },
        {
            "start": 848194707,
            "stop": 848196221
        },
        {
            "start": 848196225,
            "stop": 848199783
        },
        {
            "start": 848199786,
            "stop": 848229913
        },
        {
            "start": 848231622,
            "stop": 848231693
        },
        {
            "start": 848231697,
            "stop": 848231826
        },
        {
            "start": 848231835,
            "stop": 848231908
        },
        {
            "start": 848231912,
            "stop": 848232300
        },
        {
            "start": 848232304,
            "stop": 848232348
        },
        {
            "start": 848232371,
            "stop": 848232377
        },
        {
            "start": 848232380,
            "stop": 848232386
        },
        {
            "start": 848232390,
            "stop": 848232401
        },
        {
            "start": 848232405,
            "stop": 848232445
        }
    ]
}