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=1992
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=1993",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1991",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1992,
    "results": [
        {
            "start": 1253693762,
            "stop": 1253694884
        },
        {
            "start": 1253694886,
            "stop": 1253699596
        },
        {
            "start": 1253699599,
            "stop": 1253700868
        },
        {
            "start": 1253700871,
            "stop": 1253702072
        },
        {
            "start": 1253702075,
            "stop": 1253703123
        },
        {
            "start": 1253703125,
            "stop": 1253703540
        },
        {
            "start": 1253703543,
            "stop": 1253709206
        },
        {
            "start": 1253709209,
            "stop": 1253709351
        },
        {
            "start": 1253709354,
            "stop": 1253709650
        },
        {
            "start": 1253709658,
            "stop": 1253712723
        },
        {
            "start": 1253712727,
            "stop": 1253716719
        },
        {
            "start": 1253716727,
            "stop": 1253717043
        },
        {
            "start": 1253717046,
            "stop": 1253717804
        },
        {
            "start": 1253717892,
            "stop": 1253718520
        },
        {
            "start": 1253718523,
            "stop": 1253719159
        },
        {
            "start": 1253719162,
            "stop": 1253720126
        },
        {
            "start": 1253720129,
            "stop": 1253720596
        },
        {
            "start": 1253720604,
            "stop": 1253720906
        },
        {
            "start": 1253720909,
            "stop": 1253721443
        },
        {
            "start": 1253721445,
            "stop": 1253723468
        }
    ]
}