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=93
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=94",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=92",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 93,
    "results": [
        {
            "start": 931326942,
            "stop": 931326944
        },
        {
            "start": 931326946,
            "stop": 931326948
        },
        {
            "start": 931326950,
            "stop": 931326951
        },
        {
            "start": 931326953,
            "stop": 931326962
        },
        {
            "start": 931326965,
            "stop": 931326970
        },
        {
            "start": 931326977,
            "stop": 931326978
        },
        {
            "start": 931326980,
            "stop": 931326984
        },
        {
            "start": 931326988,
            "stop": 931326994
        },
        {
            "start": 931326996,
            "stop": 931327000
        },
        {
            "start": 931327003,
            "stop": 931327004
        },
        {
            "start": 931327006,
            "stop": 931327015
        },
        {
            "start": 931327018,
            "stop": 931327019
        },
        {
            "start": 931327024,
            "stop": 931327030
        },
        {
            "start": 931327034,
            "stop": 931327043
        },
        {
            "start": 931327048,
            "stop": 931327051
        },
        {
            "start": 931327059,
            "stop": 931327063
        },
        {
            "start": 931327068,
            "stop": 931327069
        },
        {
            "start": 931327071,
            "stop": 931327078
        },
        {
            "start": 931327084,
            "stop": 931327095
        },
        {
            "start": 931327099,
            "stop": 931327104
        }
    ]
}