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=256
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=257",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=255",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 256,
    "results": [
        {
            "start": 1376783925,
            "stop": 1376784036
        },
        {
            "start": 1376784038,
            "stop": 1376784853
        },
        {
            "start": 1376784854,
            "stop": 1376785072
        },
        {
            "start": 1376785075,
            "stop": 1376785121
        },
        {
            "start": 1376785123,
            "stop": 1376785700
        },
        {
            "start": 1376785702,
            "stop": 1376786240
        },
        {
            "start": 1376786242,
            "stop": 1376786622
        },
        {
            "start": 1376786624,
            "stop": 1376786735
        },
        {
            "start": 1376786737,
            "stop": 1376787239
        },
        {
            "start": 1376787241,
            "stop": 1376787324
        },
        {
            "start": 1376787329,
            "stop": 1376787463
        },
        {
            "start": 1376787465,
            "stop": 1376789144
        },
        {
            "start": 1376789146,
            "stop": 1376789324
        },
        {
            "start": 1376789326,
            "stop": 1376789440
        },
        {
            "start": 1376789442,
            "stop": 1376790122
        },
        {
            "start": 1376790124,
            "stop": 1376791864
        },
        {
            "start": 1376791866,
            "stop": 1376792045
        },
        {
            "start": 1376792046,
            "stop": 1376792184
        },
        {
            "start": 1376792185,
            "stop": 1376792414
        },
        {
            "start": 1376792416,
            "stop": 1376794002
        }
    ]
}