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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=259",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=257",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 258,
    "results": [
        {
            "start": 1240036749,
            "stop": 1240036752
        },
        {
            "start": 1240036757,
            "stop": 1240036764
        },
        {
            "start": 1240042865,
            "stop": 1240042868
        },
        {
            "start": 1240042869,
            "stop": 1240042988
        },
        {
            "start": 1240042989,
            "stop": 1240043108
        },
        {
            "start": 1240043109,
            "stop": 1240043228
        },
        {
            "start": 1240043229,
            "stop": 1240043348
        },
        {
            "start": 1240043349,
            "stop": 1240043468
        },
        {
            "start": 1240043469,
            "stop": 1240043588
        },
        {
            "start": 1240043589,
            "stop": 1240043708
        },
        {
            "start": 1240043709,
            "stop": 1240043828
        },
        {
            "start": 1240043829,
            "stop": 1240043948
        },
        {
            "start": 1240043949,
            "stop": 1240044068
        },
        {
            "start": 1240044069,
            "stop": 1240044188
        },
        {
            "start": 1240044189,
            "stop": 1240044308
        },
        {
            "start": 1240044309,
            "stop": 1240044428
        },
        {
            "start": 1240044429,
            "stop": 1240044548
        },
        {
            "start": 1240044549,
            "stop": 1240044668
        },
        {
            "start": 1240044669,
            "stop": 1240044788
        },
        {
            "start": 1240044789,
            "stop": 1240044908
        }
    ]
}