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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16678",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16676",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16677,
    "results": [
        {
            "start": 874906870,
            "stop": 874906881
        },
        {
            "start": 874906882,
            "stop": 874906924
        },
        {
            "start": 874907076,
            "stop": 874907292
        },
        {
            "start": 874907293,
            "stop": 874907348
        },
        {
            "start": 874907349,
            "stop": 874907350
        },
        {
            "start": 874907351,
            "stop": 874907358
        },
        {
            "start": 874907359,
            "stop": 874907360
        },
        {
            "start": 874907361,
            "stop": 874907362
        },
        {
            "start": 874907370,
            "stop": 874907525
        },
        {
            "start": 874907526,
            "stop": 874907627
        },
        {
            "start": 874907628,
            "stop": 874907678
        },
        {
            "start": 874907680,
            "stop": 874907791
        },
        {
            "start": 874907792,
            "stop": 874907935
        },
        {
            "start": 874907936,
            "stop": 874907946
        },
        {
            "start": 874907947,
            "stop": 874908115
        },
        {
            "start": 874908116,
            "stop": 874908152
        },
        {
            "start": 874908153,
            "stop": 874908169
        },
        {
            "start": 874908170,
            "stop": 874908315
        },
        {
            "start": 874908317,
            "stop": 874908397
        },
        {
            "start": 874908398,
            "stop": 874908404
        }
    ]
}