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=500
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=501",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=499",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 500,
    "results": [
        {
            "start": 865007618,
            "stop": 865008233
        },
        {
            "start": 865008235,
            "stop": 865008323
        },
        {
            "start": 865008387,
            "stop": 865009599
        },
        {
            "start": 865009602,
            "stop": 865010015
        },
        {
            "start": 865010017,
            "stop": 865010968
        },
        {
            "start": 865012045,
            "stop": 865013703
        },
        {
            "start": 865013705,
            "stop": 865013863
        },
        {
            "start": 865014084,
            "stop": 865014362
        },
        {
            "start": 865020264,
            "stop": 865028361
        },
        {
            "start": 865028455,
            "stop": 865050893
        },
        {
            "start": 865050969,
            "stop": 865059921
        },
        {
            "start": 865059923,
            "stop": 865060313
        },
        {
            "start": 865060766,
            "stop": 865078959
        },
        {
            "start": 865079162,
            "stop": 865081292
        },
        {
            "start": 865081294,
            "stop": 865081314
        },
        {
            "start": 865081650,
            "stop": 865086916
        },
        {
            "start": 865100924,
            "stop": 865101106
        },
        {
            "start": 865101233,
            "stop": 865101310
        },
        {
            "start": 865101410,
            "stop": 865105508
        },
        {
            "start": 865115096,
            "stop": 865115400
        }
    ]
}