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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=7",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 8,
    "results": [
        {
            "start": 1165070453,
            "stop": 1165070671
        },
        {
            "start": 1165070672,
            "stop": 1165070708
        },
        {
            "start": 1165070709,
            "stop": 1165070714
        },
        {
            "start": 1165070715,
            "stop": 1165070797
        },
        {
            "start": 1165070798,
            "stop": 1165071244
        },
        {
            "start": 1165071245,
            "stop": 1165071619
        },
        {
            "start": 1165116074,
            "stop": 1165116236
        },
        {
            "start": 1165116666,
            "stop": 1165117341
        },
        {
            "start": 1165117372,
            "stop": 1165117831
        },
        {
            "start": 1165117832,
            "stop": 1165118776
        },
        {
            "start": 1165118777,
            "stop": 1165118812
        },
        {
            "start": 1165118813,
            "stop": 1165118859
        },
        {
            "start": 1165118860,
            "stop": 1165119645
        },
        {
            "start": 1165119646,
            "stop": 1165120803
        },
        {
            "start": 1165120804,
            "stop": 1165121668
        },
        {
            "start": 1165121669,
            "stop": 1165121741
        },
        {
            "start": 1165121742,
            "stop": 1165121789
        },
        {
            "start": 1165121790,
            "stop": 1165123287
        },
        {
            "start": 1165123288,
            "stop": 1165123390
        },
        {
            "start": 1165123391,
            "stop": 1165123416
        }
    ]
}