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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=17",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 18,
    "results": [
        {
            "start": 819307767,
            "stop": 819307768
        },
        {
            "start": 819307791,
            "stop": 819316548
        },
        {
            "start": 819319095,
            "stop": 819320599
        },
        {
            "start": 819321636,
            "stop": 819323854
        },
        {
            "start": 819324422,
            "stop": 819325131
        },
        {
            "start": 819326210,
            "stop": 819326954
        },
        {
            "start": 819326993,
            "stop": 819360637
        },
        {
            "start": 819360641,
            "stop": 819360642
        },
        {
            "start": 819361135,
            "stop": 819384067
        },
        {
            "start": 819386361,
            "stop": 819410191
        },
        {
            "start": 819414649,
            "stop": 819448566
        },
        {
            "start": 819449929,
            "stop": 819472248
        },
        {
            "start": 819473177,
            "stop": 819476623
        },
        {
            "start": 819476831,
            "stop": 819480903
        },
        {
            "start": 819485836,
            "stop": 819490179
        },
        {
            "start": 819490205,
            "stop": 819542296
        },
        {
            "start": 819547477,
            "stop": 819557288
        },
        {
            "start": 819581452,
            "stop": 819593158
        },
        {
            "start": 819593639,
            "stop": 819618892
        },
        {
            "start": 819619757,
            "stop": 819646986
        }
    ]
}