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=63
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=64",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=62",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 63,
    "results": [
        {
            "start": 817292895,
            "stop": 817293040
        },
        {
            "start": 817293093,
            "stop": 817293105
        },
        {
            "start": 817293126,
            "stop": 817293133
        },
        {
            "start": 817293143,
            "stop": 817293157
        },
        {
            "start": 817293172,
            "stop": 817293177
        },
        {
            "start": 817293183,
            "stop": 817293186
        },
        {
            "start": 817293189,
            "stop": 817293212
        },
        {
            "start": 817293215,
            "stop": 817293280
        },
        {
            "start": 817293286,
            "stop": 817293292
        },
        {
            "start": 817293295,
            "stop": 817293331
        },
        {
            "start": 817293344,
            "stop": 817293347
        },
        {
            "start": 817293356,
            "stop": 817293358
        },
        {
            "start": 817293362,
            "stop": 817293372
        },
        {
            "start": 817293375,
            "stop": 817293376
        },
        {
            "start": 817293383,
            "stop": 817293459
        },
        {
            "start": 817293469,
            "stop": 817293613
        },
        {
            "start": 817293636,
            "stop": 817294014
        },
        {
            "start": 817294017,
            "stop": 817294087
        },
        {
            "start": 817294090,
            "stop": 817294220
        },
        {
            "start": 817294223,
            "stop": 817294727
        }
    ]
}