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=49
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=50",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=48",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 49,
    "results": [
        {
            "start": 931252815,
            "stop": 931252823
        },
        {
            "start": 931252825,
            "stop": 931252829
        },
        {
            "start": 931252831,
            "stop": 931252836
        },
        {
            "start": 931252839,
            "stop": 931252849
        },
        {
            "start": 931252851,
            "stop": 931252875
        },
        {
            "start": 931252880,
            "stop": 931252882
        },
        {
            "start": 931252888,
            "stop": 931252904
        },
        {
            "start": 931252906,
            "stop": 931252913
        },
        {
            "start": 931252927,
            "stop": 931252931
        },
        {
            "start": 931252933,
            "stop": 931252977
        },
        {
            "start": 931252979,
            "stop": 931253004
        },
        {
            "start": 931253009,
            "stop": 931253011
        },
        {
            "start": 931253014,
            "stop": 931253016
        },
        {
            "start": 931253018,
            "stop": 931253023
        },
        {
            "start": 931253026,
            "stop": 931253030
        },
        {
            "start": 931253033,
            "stop": 931253069
        },
        {
            "start": 931253071,
            "stop": 931253073
        },
        {
            "start": 931253081,
            "stop": 931253083
        },
        {
            "start": 931253085,
            "stop": 931253100
        },
        {
            "start": 931253102,
            "stop": 931253109
        }
    ]
}