Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=145
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=146",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=144",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 145,
    "results": [
        {
            "start": 818052082,
            "stop": 818052083
        },
        {
            "start": 818052087,
            "stop": 818052090
        },
        {
            "start": 818052093,
            "stop": 818052094
        },
        {
            "start": 818052098,
            "stop": 818052104
        },
        {
            "start": 818052107,
            "stop": 818052112
        },
        {
            "start": 818052115,
            "stop": 818052126
        },
        {
            "start": 818052129,
            "stop": 818052130
        },
        {
            "start": 818052137,
            "stop": 818052142
        },
        {
            "start": 818052145,
            "stop": 818052149
        },
        {
            "start": 818052154,
            "stop": 818052163
        },
        {
            "start": 818052167,
            "stop": 818052182
        },
        {
            "start": 818052190,
            "stop": 818052194
        },
        {
            "start": 818052197,
            "stop": 818052201
        },
        {
            "start": 818052204,
            "stop": 818052210
        },
        {
            "start": 818052213,
            "stop": 818052220
        },
        {
            "start": 818052232,
            "stop": 818052237
        },
        {
            "start": 818052360,
            "stop": 818052372
        },
        {
            "start": 818052375,
            "stop": 818052380
        },
        {
            "start": 818052383,
            "stop": 818052404
        },
        {
            "start": 818052407,
            "stop": 818052426
        }
    ]
}