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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=107",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=105",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 106,
    "results": [
        {
            "start": 931338270,
            "stop": 931338282
        },
        {
            "start": 931338296,
            "stop": 931338300
        },
        {
            "start": 931338314,
            "stop": 931338317
        },
        {
            "start": 931338319,
            "stop": 931338321
        },
        {
            "start": 931338327,
            "stop": 931338328
        },
        {
            "start": 931338345,
            "stop": 931338353
        },
        {
            "start": 931338358,
            "stop": 931338359
        },
        {
            "start": 931338363,
            "stop": 931338364
        },
        {
            "start": 931338366,
            "stop": 931338368
        },
        {
            "start": 931338380,
            "stop": 931338382
        },
        {
            "start": 931338384,
            "stop": 931338388
        },
        {
            "start": 931338390,
            "stop": 931338392
        },
        {
            "start": 931338395,
            "stop": 931338397
        },
        {
            "start": 931338404,
            "stop": 931338405
        },
        {
            "start": 931338409,
            "stop": 931338410
        },
        {
            "start": 931338416,
            "stop": 931338422
        },
        {
            "start": 931338424,
            "stop": 931338428
        },
        {
            "start": 931338430,
            "stop": 931338431
        },
        {
            "start": 931338443,
            "stop": 931338444
        },
        {
            "start": 931338449,
            "stop": 931338451
        }
    ]
}