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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT1/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT1/segments?format=api&page=27",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 28,
    "results": [
        {
            "start": 938429737,
            "stop": 938431840
        },
        {
            "start": 938434151,
            "stop": 938436428
        },
        {
            "start": 938524199,
            "stop": 938524232
        },
        {
            "start": 938525619,
            "stop": 938525660
        },
        {
            "start": 938529953,
            "stop": 938529980
        },
        {
            "start": 938571873,
            "stop": 938609001
        },
        {
            "start": 938612368,
            "stop": 938617701
        },
        {
            "start": 938619004,
            "stop": 938623120
        },
        {
            "start": 938625561,
            "stop": 938628409
        },
        {
            "start": 938628464,
            "stop": 938630960
        },
        {
            "start": 938632563,
            "stop": 938649165
        },
        {
            "start": 938650374,
            "stop": 938663315
        },
        {
            "start": 938663917,
            "stop": 938677187
        },
        {
            "start": 938678708,
            "stop": 938690318
        },
        {
            "start": 938695677,
            "stop": 938703116
        },
        {
            "start": 938703856,
            "stop": 938708448
        },
        {
            "start": 938709334,
            "stop": 938713757
        },
        {
            "start": 938715377,
            "stop": 938716863
        },
        {
            "start": 938717362,
            "stop": 938718459
        },
        {
            "start": 938725924,
            "stop": 938727945
        }
    ]
}