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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT1/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT1/segments?format=api&page=11",
    "results_count": 655,
    "results_per_page": 20,
    "num_pages": 33,
    "page_number": 12,
    "results": [
        {
            "start": 1127305517,
            "stop": 1127305577
        },
        {
            "start": 1127306177,
            "stop": 1127306237
        },
        {
            "start": 1127306717,
            "stop": 1127307017
        },
        {
            "start": 1127307317,
            "stop": 1127307377
        },
        {
            "start": 1127307977,
            "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
        },
        {
            "start": 1127319917,
            "stop": 1127320517
        },
        {
            "start": 1127320577,
            "stop": 1127320637
        }
    ]
}