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=264
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=265",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=263",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 264,
    "results": [
        {
            "start": 1240054878,
            "stop": 1240054988
        },
        {
            "start": 1240054989,
            "stop": 1240055108
        },
        {
            "start": 1240055109,
            "stop": 1240055228
        },
        {
            "start": 1240055229,
            "stop": 1240055348
        },
        {
            "start": 1240055349,
            "stop": 1240055468
        },
        {
            "start": 1240055469,
            "stop": 1240055588
        },
        {
            "start": 1240055589,
            "stop": 1240055708
        },
        {
            "start": 1240055709,
            "stop": 1240055828
        },
        {
            "start": 1240055829,
            "stop": 1240055948
        },
        {
            "start": 1240055949,
            "stop": 1240056068
        },
        {
            "start": 1240056069,
            "stop": 1240056188
        },
        {
            "start": 1240056189,
            "stop": 1240056308
        },
        {
            "start": 1240056309,
            "stop": 1240056428
        },
        {
            "start": 1240056429,
            "stop": 1240056548
        },
        {
            "start": 1240056549,
            "stop": 1240056668
        },
        {
            "start": 1240056669,
            "stop": 1240056788
        },
        {
            "start": 1240056789,
            "stop": 1240056908
        },
        {
            "start": 1240056909,
            "stop": 1240057027
        },
        {
            "start": 1240057029,
            "stop": 1240057038
        },
        {
            "start": 1240057042,
            "stop": 1240057103
        }
    ]
}