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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=37",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=35",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 36,
    "results": [
        {
            "start": 819383947,
            "stop": 819383988
        },
        {
            "start": 819383990,
            "stop": 819384036
        },
        {
            "start": 819386361,
            "stop": 819389915
        },
        {
            "start": 819389918,
            "stop": 819410161
        },
        {
            "start": 819414649,
            "stop": 819448534
        },
        {
            "start": 819448535,
            "stop": 819448566
        },
        {
            "start": 819449929,
            "stop": 819472248
        },
        {
            "start": 819473177,
            "stop": 819476623
        },
        {
            "start": 819476831,
            "stop": 819480901
        },
        {
            "start": 819485836,
            "stop": 819490179
        },
        {
            "start": 819490205,
            "stop": 819490558
        },
        {
            "start": 819490559,
            "stop": 819542266
        },
        {
            "start": 819547477,
            "stop": 819557258
        },
        {
            "start": 819581452,
            "stop": 819581733
        },
        {
            "start": 819581735,
            "stop": 819583939
        },
        {
            "start": 819583941,
            "stop": 819593158
        },
        {
            "start": 819593639,
            "stop": 819593747
        },
        {
            "start": 819593748,
            "stop": 819618876
        },
        {
            "start": 819618878,
            "stop": 819618892
        },
        {
            "start": 819619757,
            "stop": 819646956
        }
    ]
}