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=25
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=26",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=24",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 25,
    "results": [
        {
            "start": 818634525,
            "stop": 818637656
        },
        {
            "start": 818638317,
            "stop": 818639055
        },
        {
            "start": 818639066,
            "stop": 818639067
        },
        {
            "start": 818639187,
            "stop": 818639519
        },
        {
            "start": 818639658,
            "stop": 818640004
        },
        {
            "start": 818640140,
            "stop": 818641013
        },
        {
            "start": 818641612,
            "stop": 818642864
        },
        {
            "start": 818642939,
            "stop": 818643212
        },
        {
            "start": 818643297,
            "stop": 818643431
        },
        {
            "start": 818644738,
            "stop": 818645687
        },
        {
            "start": 818645766,
            "stop": 818645781
        },
        {
            "start": 818645783,
            "stop": 818645798
        },
        {
            "start": 818645858,
            "stop": 818646383
        },
        {
            "start": 818646442,
            "stop": 818646447
        },
        {
            "start": 818646449,
            "stop": 818646459
        },
        {
            "start": 818646461,
            "stop": 818646470
        },
        {
            "start": 818646474,
            "stop": 818646819
        },
        {
            "start": 818646821,
            "stop": 818647054
        },
        {
            "start": 818647155,
            "stop": 818647768
        },
        {
            "start": 818647770,
            "stop": 818648075
        }
    ]
}