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_BURST_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_BURST_CAT2/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=19",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 20,
    "results": [
        {
            "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
        },
        {
            "start": 1127313255,
            "stop": 1127313437
        },
        {
            "start": 1127314097,
            "stop": 1127315297
        },
        {
            "start": 1127315477,
            "stop": 1127315597
        },
        {
            "start": 1127315957,
            "stop": 1127316017
        },
        {
            "start": 1127316677,
            "stop": 1127316737
        },
        {
            "start": 1127317097,
            "stop": 1127317997
        },
        {
            "start": 1127318237,
            "stop": 1127319617
        },
        {
            "start": 1127319677,
            "stop": 1127319737
        }
    ]
}