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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8186",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8184",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8185,
    "results": [
        {
            "start": 971029399,
            "stop": 971029449
        },
        {
            "start": 971029462,
            "stop": 971029473
        },
        {
            "start": 971029485,
            "stop": 971029498
        },
        {
            "start": 971029501,
            "stop": 971029522
        },
        {
            "start": 971029528,
            "stop": 971029627
        },
        {
            "start": 971029630,
            "stop": 971029665
        },
        {
            "start": 971029668,
            "stop": 971029676
        },
        {
            "start": 971029679,
            "stop": 971029686
        },
        {
            "start": 971029689,
            "stop": 971029691
        },
        {
            "start": 971029699,
            "stop": 971029705
        },
        {
            "start": 971029711,
            "stop": 971029718
        },
        {
            "start": 971029724,
            "stop": 971029728
        },
        {
            "start": 971029734,
            "stop": 971029771
        },
        {
            "start": 971029774,
            "stop": 971029960
        },
        {
            "start": 971029963,
            "stop": 971029971
        },
        {
            "start": 971029974,
            "stop": 971030026
        },
        {
            "start": 971030029,
            "stop": 971030077
        },
        {
            "start": 971030090,
            "stop": 971030091
        },
        {
            "start": 971030095,
            "stop": 971030104
        },
        {
            "start": 971030121,
            "stop": 971030125
        }
    ]
}