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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=224",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=222",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 223,
    "results": [
        {
            "start": 1376011382,
            "stop": 1376011625
        },
        {
            "start": 1376011628,
            "stop": 1376011938
        },
        {
            "start": 1376011943,
            "stop": 1376012226
        },
        {
            "start": 1376012227,
            "stop": 1376012602
        },
        {
            "start": 1376012604,
            "stop": 1376013174
        },
        {
            "start": 1376013176,
            "stop": 1376013429
        },
        {
            "start": 1376013431,
            "stop": 1376014266
        },
        {
            "start": 1376014267,
            "stop": 1376014493
        },
        {
            "start": 1376014498,
            "stop": 1376015326
        },
        {
            "start": 1376015328,
            "stop": 1376017075
        },
        {
            "start": 1376017077,
            "stop": 1376017575
        },
        {
            "start": 1376017577,
            "stop": 1376018755
        },
        {
            "start": 1376021296,
            "stop": 1376022270
        },
        {
            "start": 1376022272,
            "stop": 1376022320
        },
        {
            "start": 1376022322,
            "stop": 1376022442
        },
        {
            "start": 1376022445,
            "stop": 1376024520
        },
        {
            "start": 1376024521,
            "stop": 1376025933
        },
        {
            "start": 1376025935,
            "stop": 1376026513
        },
        {
            "start": 1376026514,
            "stop": 1376026855
        },
        {
            "start": 1376026860,
            "stop": 1376028331
        }
    ]
}