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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=621",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=619",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 620,
    "results": [
        {
            "start": 1263087463,
            "stop": 1263087465
        },
        {
            "start": 1263087474,
            "stop": 1263087496
        },
        {
            "start": 1263087498,
            "stop": 1263087499
        },
        {
            "start": 1263087540,
            "stop": 1263087688
        },
        {
            "start": 1263087691,
            "stop": 1263088094
        },
        {
            "start": 1263088097,
            "stop": 1263088388
        },
        {
            "start": 1263088432,
            "stop": 1263088437
        },
        {
            "start": 1263088439,
            "stop": 1263088442
        },
        {
            "start": 1263088450,
            "stop": 1263088474
        },
        {
            "start": 1263088489,
            "stop": 1263088511
        },
        {
            "start": 1263088530,
            "stop": 1263088550
        },
        {
            "start": 1263088569,
            "stop": 1263088592
        },
        {
            "start": 1263088593,
            "stop": 1263088595
        },
        {
            "start": 1263088598,
            "stop": 1263088630
        },
        {
            "start": 1263088638,
            "stop": 1263088640
        },
        {
            "start": 1263088644,
            "stop": 1263088655
        },
        {
            "start": 1263088664,
            "stop": 1263090338
        },
        {
            "start": 1263090346,
            "stop": 1263090440
        },
        {
            "start": 1263090443,
            "stop": 1263092881
        },
        {
            "start": 1263092884,
            "stop": 1263092979
        }
    ]
}