Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1125
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1126",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1124",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1125,
    "results": [
        {
            "start": 1136439425,
            "stop": 1136439441
        },
        {
            "start": 1136439444,
            "stop": 1136439448
        },
        {
            "start": 1136439451,
            "stop": 1136439460
        },
        {
            "start": 1136439463,
            "stop": 1136439476
        },
        {
            "start": 1136439479,
            "stop": 1136439483
        },
        {
            "start": 1136439487,
            "stop": 1136439516
        },
        {
            "start": 1136439520,
            "stop": 1136439524
        },
        {
            "start": 1136439527,
            "stop": 1136439536
        },
        {
            "start": 1136439539,
            "stop": 1136439562
        },
        {
            "start": 1136439568,
            "stop": 1136439574
        },
        {
            "start": 1136439577,
            "stop": 1136439597
        },
        {
            "start": 1136439600,
            "stop": 1136439676
        },
        {
            "start": 1136439680,
            "stop": 1136439683
        },
        {
            "start": 1136439686,
            "stop": 1136439697
        },
        {
            "start": 1136439700,
            "stop": 1136439706
        },
        {
            "start": 1136439709,
            "stop": 1136439720
        },
        {
            "start": 1136439723,
            "stop": 1136439732
        },
        {
            "start": 1136439735,
            "stop": 1136439772
        },
        {
            "start": 1136439776,
            "stop": 1136439780
        },
        {
            "start": 1136439783,
            "stop": 1136439789
        }
    ]
}