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=1975
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=1976",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1974",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1975,
    "results": [
        {
            "start": 1253419109,
            "stop": 1253419118
        },
        {
            "start": 1253419121,
            "stop": 1253419128
        },
        {
            "start": 1253419131,
            "stop": 1253419134
        },
        {
            "start": 1253419137,
            "stop": 1253419146
        },
        {
            "start": 1253419149,
            "stop": 1253419154
        },
        {
            "start": 1253419157,
            "stop": 1253419217
        },
        {
            "start": 1253419220,
            "stop": 1253419224
        },
        {
            "start": 1253419227,
            "stop": 1253419300
        },
        {
            "start": 1253419303,
            "stop": 1253419305
        },
        {
            "start": 1253419306,
            "stop": 1253419358
        },
        {
            "start": 1253419361,
            "stop": 1253419362
        },
        {
            "start": 1253419365,
            "stop": 1253419403
        },
        {
            "start": 1253419406,
            "stop": 1253419443
        },
        {
            "start": 1253419446,
            "stop": 1253419509
        },
        {
            "start": 1253419512,
            "stop": 1253419574
        },
        {
            "start": 1253419577,
            "stop": 1253419670
        },
        {
            "start": 1253419673,
            "stop": 1253419714
        },
        {
            "start": 1253419717,
            "stop": 1253419739
        },
        {
            "start": 1253419742,
            "stop": 1253419745
        },
        {
            "start": 1253419748,
            "stop": 1253419760
        }
    ]
}