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=20
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=21",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=19",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 20,
    "results": [
        {
            "start": 1127301797,
            "stop": 1127301917
        },
        {
            "start": 1127302037,
            "stop": 1127302097
        },
        {
            "start": 1127302157,
            "stop": 1127302217
        },
        {
            "start": 1127302277,
            "stop": 1127302337
        },
        {
            "start": 1127303357,
            "stop": 1127303417
        },
        {
            "start": 1127303657,
            "stop": 1127303777
        },
        {
            "start": 1127303837,
            "stop": 1127303957
        },
        {
            "start": 1127304197,
            "stop": 1127304317
        },
        {
            "start": 1127304437,
            "stop": 1127304617
        },
        {
            "start": 1127305517,
            "stop": 1127305577
        },
        {
            "start": 1127306177,
            "stop": 1127306237
        },
        {
            "start": 1127306717,
            "stop": 1127307017
        },
        {
            "start": 1127307317,
            "stop": 1127307377
        },
        {
            "start": 1127307977,
            "stop": 1127308374
        },
        {
            "start": 1127308375,
            "stop": 1127308397
        },
        {
            "start": 1127308817,
            "stop": 1127308877
        },
        {
            "start": 1127309057,
            "stop": 1127309117
        },
        {
            "start": 1127309357,
            "stop": 1127309477
        },
        {
            "start": 1127309597,
            "stop": 1127309717
        },
        {
            "start": 1127309777,
            "stop": 1127310497
        }
    ]
}