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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=26",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 27,
    "results": [
        {
            "start": 938429737,
            "stop": 938431735
        },
        {
            "start": 938434151,
            "stop": 938436323
        },
        {
            "start": 938524199,
            "stop": 938524232
        },
        {
            "start": 938525619,
            "stop": 938525660
        },
        {
            "start": 938529953,
            "stop": 938529980
        },
        {
            "start": 938571873,
            "stop": 938608896
        },
        {
            "start": 938612368,
            "stop": 938617596
        },
        {
            "start": 938619004,
            "stop": 938623015
        },
        {
            "start": 938625561,
            "stop": 938628409
        },
        {
            "start": 938628464,
            "stop": 938630960
        },
        {
            "start": 938632563,
            "stop": 938649060
        },
        {
            "start": 938650374,
            "stop": 938663210
        },
        {
            "start": 938663917,
            "stop": 938677082
        },
        {
            "start": 938678708,
            "stop": 938690213
        },
        {
            "start": 938695677,
            "stop": 938703011
        },
        {
            "start": 938703856,
            "stop": 938708343
        },
        {
            "start": 938709334,
            "stop": 938713652
        },
        {
            "start": 938715377,
            "stop": 938716758
        },
        {
            "start": 938717362,
            "stop": 938718354
        },
        {
            "start": 938725924,
            "stop": 938727840
        }
    ]
}