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=89
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=90",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=88",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 89,
    "results": [
        {
            "start": 931572819,
            "stop": 931572820
        },
        {
            "start": 931572823,
            "stop": 931572832
        },
        {
            "start": 931572842,
            "stop": 931572851
        },
        {
            "start": 931572852,
            "stop": 931572857
        },
        {
            "start": 931572858,
            "stop": 931572863
        },
        {
            "start": 931572865,
            "stop": 931572866
        },
        {
            "start": 931572867,
            "stop": 931572868
        },
        {
            "start": 931572871,
            "stop": 931572872
        },
        {
            "start": 931572875,
            "stop": 931572877
        },
        {
            "start": 931572882,
            "stop": 931572886
        },
        {
            "start": 931572888,
            "stop": 931572893
        },
        {
            "start": 931572954,
            "stop": 931572957
        },
        {
            "start": 931572959,
            "stop": 931572961
        },
        {
            "start": 931572963,
            "stop": 931572980
        },
        {
            "start": 931572987,
            "stop": 931572992
        },
        {
            "start": 931573007,
            "stop": 931573012
        },
        {
            "start": 931573013,
            "stop": 931573016
        },
        {
            "start": 931573018,
            "stop": 931573021
        },
        {
            "start": 931573031,
            "stop": 931573037
        },
        {
            "start": 931573042,
            "stop": 931573045
        }
    ]
}