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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=88",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=86",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 87,
    "results": [
        {
            "start": 819180707,
            "stop": 819180766
        },
        {
            "start": 819180769,
            "stop": 819180782
        },
        {
            "start": 819180799,
            "stop": 819180933
        },
        {
            "start": 819180950,
            "stop": 819181404
        },
        {
            "start": 819181422,
            "stop": 819181647
        },
        {
            "start": 819181651,
            "stop": 819182020
        },
        {
            "start": 819182037,
            "stop": 819182041
        },
        {
            "start": 819182044,
            "stop": 819182154
        },
        {
            "start": 819182171,
            "stop": 819182336
        },
        {
            "start": 819182339,
            "stop": 819182350
        },
        {
            "start": 819182367,
            "stop": 819182469
        },
        {
            "start": 819182472,
            "stop": 819182483
        },
        {
            "start": 819182500,
            "stop": 819182695
        },
        {
            "start": 819182699,
            "stop": 819182738
        },
        {
            "start": 819182755,
            "stop": 819182920
        },
        {
            "start": 819182923,
            "stop": 819183009
        },
        {
            "start": 819183014,
            "stop": 819183016
        },
        {
            "start": 819183019,
            "stop": 819183120
        },
        {
            "start": 819183123,
            "stop": 819183172
        },
        {
            "start": 819183175,
            "stop": 819183309
        }
    ]
}