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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=31",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=29",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 30,
    "results": [
        {
            "start": 931500706,
            "stop": 931500707
        },
        {
            "start": 931500723,
            "stop": 931500738
        },
        {
            "start": 931500756,
            "stop": 931500780
        },
        {
            "start": 931500789,
            "stop": 931500797
        },
        {
            "start": 931500805,
            "stop": 931500812
        },
        {
            "start": 931500822,
            "stop": 931500831
        },
        {
            "start": 931500840,
            "stop": 931500842
        },
        {
            "start": 931500850,
            "stop": 931500855
        },
        {
            "start": 931500867,
            "stop": 931500871
        },
        {
            "start": 931500903,
            "stop": 931500905
        },
        {
            "start": 931500915,
            "stop": 931500916
        },
        {
            "start": 931500959,
            "stop": 931500964
        },
        {
            "start": 931500973,
            "stop": 931500977
        },
        {
            "start": 931500987,
            "stop": 931500992
        },
        {
            "start": 931500999,
            "stop": 931501002
        },
        {
            "start": 931501036,
            "stop": 931501038
        },
        {
            "start": 931501068,
            "stop": 931501081
        },
        {
            "start": 931501099,
            "stop": 931501100
        },
        {
            "start": 931501135,
            "stop": 931501138
        },
        {
            "start": 931501201,
            "stop": 931501205
        }
    ]
}