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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6196",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6194",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6195,
    "results": [
        {
            "start": 874554794,
            "stop": 874554871
        },
        {
            "start": 874554874,
            "stop": 874554939
        },
        {
            "start": 874554942,
            "stop": 874555075
        },
        {
            "start": 874555078,
            "stop": 874555341
        },
        {
            "start": 874555344,
            "stop": 874556419
        },
        {
            "start": 874556421,
            "stop": 874557840
        },
        {
            "start": 874557842,
            "stop": 874558788
        },
        {
            "start": 874558790,
            "stop": 874559925
        },
        {
            "start": 874559930,
            "stop": 874560165
        },
        {
            "start": 874560168,
            "stop": 874560192
        },
        {
            "start": 874560196,
            "stop": 874560782
        },
        {
            "start": 874560786,
            "stop": 874560840
        },
        {
            "start": 874560843,
            "stop": 874560845
        },
        {
            "start": 874560850,
            "stop": 874561200
        },
        {
            "start": 874561201,
            "stop": 874562962
        },
        {
            "start": 874562963,
            "stop": 874563521
        },
        {
            "start": 874563522,
            "stop": 874564860
        },
        {
            "start": 874564863,
            "stop": 874564976
        },
        {
            "start": 874564978,
            "stop": 874565790
        },
        {
            "start": 874565796,
            "stop": 874565926
        }
    ]
}