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=77
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=78",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=76",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 77,
    "results": [
        {
            "start": 1370978044,
            "stop": 1370978702
        },
        {
            "start": 1370990539,
            "stop": 1370990822
        },
        {
            "start": 1370991732,
            "stop": 1370991785
        },
        {
            "start": 1370992977,
            "stop": 1370993596
        },
        {
            "start": 1370993597,
            "stop": 1370994663
        },
        {
            "start": 1370994665,
            "stop": 1370996321
        },
        {
            "start": 1370996322,
            "stop": 1370997255
        },
        {
            "start": 1370997257,
            "stop": 1370997489
        },
        {
            "start": 1370997491,
            "stop": 1370998896
        },
        {
            "start": 1370998898,
            "stop": 1370999429
        },
        {
            "start": 1370999431,
            "stop": 1371001776
        },
        {
            "start": 1371001780,
            "stop": 1371002448
        },
        {
            "start": 1371002449,
            "stop": 1371005349
        },
        {
            "start": 1371005351,
            "stop": 1371012377
        },
        {
            "start": 1371012379,
            "stop": 1371013091
        },
        {
            "start": 1371013093,
            "stop": 1371014581
        },
        {
            "start": 1371017689,
            "stop": 1371022900
        },
        {
            "start": 1371022902,
            "stop": 1371025568
        },
        {
            "start": 1371025569,
            "stop": 1371027482
        },
        {
            "start": 1371027484,
            "stop": 1371029042
        }
    ]
}