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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=100",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=98",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 99,
    "results": [
        {
            "start": 1376560509,
            "stop": 1376562567
        },
        {
            "start": 1376562572,
            "stop": 1376563766
        },
        {
            "start": 1376563771,
            "stop": 1376566219
        },
        {
            "start": 1376566224,
            "stop": 1376568793
        },
        {
            "start": 1376568798,
            "stop": 1376573747
        },
        {
            "start": 1376573752,
            "stop": 1376575187
        },
        {
            "start": 1376575190,
            "stop": 1376577556
        },
        {
            "start": 1376577562,
            "stop": 1376603281
        },
        {
            "start": 1376610465,
            "stop": 1376620082
        },
        {
            "start": 1376620087,
            "stop": 1376628315
        },
        {
            "start": 1376628318,
            "stop": 1376638985
        },
        {
            "start": 1376638990,
            "stop": 1376639083
        },
        {
            "start": 1376639088,
            "stop": 1376660524
        },
        {
            "start": 1376660529,
            "stop": 1376662294
        },
        {
            "start": 1376662299,
            "stop": 1376671281
        },
        {
            "start": 1376671286,
            "stop": 1376678988
        },
        {
            "start": 1376678993,
            "stop": 1376688197
        },
        {
            "start": 1376688202,
            "stop": 1376693999
        },
        {
            "start": 1376698273,
            "stop": 1376705126
        },
        {
            "start": 1376705131,
            "stop": 1376712312
        }
    ]
}