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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=75",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=73",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 74,
    "results": [
        {
            "start": 1165869277,
            "stop": 1165869886
        },
        {
            "start": 1165869887,
            "stop": 1165870203
        },
        {
            "start": 1165870204,
            "stop": 1165871129
        },
        {
            "start": 1165871130,
            "stop": 1165871617
        },
        {
            "start": 1165871618,
            "stop": 1165871781
        },
        {
            "start": 1165871782,
            "stop": 1165871783
        },
        {
            "start": 1165871785,
            "stop": 1165871953
        },
        {
            "start": 1165871954,
            "stop": 1165871969
        },
        {
            "start": 1165871970,
            "stop": 1165872042
        },
        {
            "start": 1165872044,
            "stop": 1165872201
        },
        {
            "start": 1165872202,
            "stop": 1165872693
        },
        {
            "start": 1165872694,
            "stop": 1165872754
        },
        {
            "start": 1165872755,
            "stop": 1165872822
        },
        {
            "start": 1165872823,
            "stop": 1165873003
        },
        {
            "start": 1165873004,
            "stop": 1165873298
        },
        {
            "start": 1165873300,
            "stop": 1165873303
        },
        {
            "start": 1165873304,
            "stop": 1165873386
        },
        {
            "start": 1165873387,
            "stop": 1165873661
        },
        {
            "start": 1165873662,
            "stop": 1165873690
        },
        {
            "start": 1165873691,
            "stop": 1165874409
        }
    ]
}