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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1981",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1979",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1980,
    "results": [
        {
            "start": 1253445547,
            "stop": 1253446587
        },
        {
            "start": 1253446590,
            "stop": 1253447356
        },
        {
            "start": 1253447357,
            "stop": 1253447515
        },
        {
            "start": 1253447518,
            "stop": 1253448049
        },
        {
            "start": 1253448052,
            "stop": 1253448088
        },
        {
            "start": 1253448090,
            "stop": 1253451924
        },
        {
            "start": 1253451926,
            "stop": 1253459280
        },
        {
            "start": 1253459282,
            "stop": 1253459367
        },
        {
            "start": 1253459611,
            "stop": 1253459716
        },
        {
            "start": 1253459718,
            "stop": 1253460454
        },
        {
            "start": 1253460457,
            "stop": 1253461848
        },
        {
            "start": 1253461851,
            "stop": 1253461863
        },
        {
            "start": 1253461866,
            "stop": 1253461876
        },
        {
            "start": 1253461879,
            "stop": 1253462016
        },
        {
            "start": 1253462086,
            "stop": 1253462812
        },
        {
            "start": 1253462813,
            "stop": 1253462915
        },
        {
            "start": 1253462917,
            "stop": 1253465648
        },
        {
            "start": 1253465651,
            "stop": 1253465728
        },
        {
            "start": 1253486980,
            "stop": 1253488785
        },
        {
            "start": 1253488788,
            "stop": 1253489734
        }
    ]
}