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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=270",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=268",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 269,
    "results": [
        {
            "start": 1126921133,
            "stop": 1126921134
        },
        {
            "start": 1126921136,
            "stop": 1126921170
        },
        {
            "start": 1126921171,
            "stop": 1126921220
        },
        {
            "start": 1126921222,
            "stop": 1126921239
        },
        {
            "start": 1126921240,
            "stop": 1126921303
        },
        {
            "start": 1126921304,
            "stop": 1126921317
        },
        {
            "start": 1126921319,
            "stop": 1126921321
        },
        {
            "start": 1126921324,
            "stop": 1126921325
        },
        {
            "start": 1126921326,
            "stop": 1126921334
        },
        {
            "start": 1126921336,
            "stop": 1126921340
        },
        {
            "start": 1126921343,
            "stop": 1126921361
        },
        {
            "start": 1126921362,
            "stop": 1126921383
        },
        {
            "start": 1126921385,
            "stop": 1126921386
        },
        {
            "start": 1126921387,
            "stop": 1126921394
        },
        {
            "start": 1126921395,
            "stop": 1126921475
        },
        {
            "start": 1126921476,
            "stop": 1126921519
        },
        {
            "start": 1126921526,
            "stop": 1126921527
        },
        {
            "start": 1126921528,
            "stop": 1126921531
        },
        {
            "start": 1126921532,
            "stop": 1126921558
        },
        {
            "start": 1126921559,
            "stop": 1126921569
        }
    ]
}