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=1976
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=1977",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1975",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1976,
    "results": [
        {
            "start": 1253419763,
            "stop": 1253419805
        },
        {
            "start": 1253419808,
            "stop": 1253419864
        },
        {
            "start": 1253419867,
            "stop": 1253419880
        },
        {
            "start": 1253419883,
            "stop": 1253419899
        },
        {
            "start": 1253419902,
            "stop": 1253419928
        },
        {
            "start": 1253419931,
            "stop": 1253419980
        },
        {
            "start": 1253419983,
            "stop": 1253419990
        },
        {
            "start": 1253419993,
            "stop": 1253419997
        },
        {
            "start": 1253420000,
            "stop": 1253420046
        },
        {
            "start": 1253420049,
            "stop": 1253420093
        },
        {
            "start": 1253420098,
            "stop": 1253420105
        },
        {
            "start": 1253420108,
            "stop": 1253420115
        },
        {
            "start": 1253420118,
            "stop": 1253420163
        },
        {
            "start": 1253420166,
            "stop": 1253420184
        },
        {
            "start": 1253420190,
            "stop": 1253420208
        },
        {
            "start": 1253420211,
            "stop": 1253420294
        },
        {
            "start": 1253420297,
            "stop": 1253420314
        },
        {
            "start": 1253420317,
            "stop": 1253420380
        },
        {
            "start": 1253420383,
            "stop": 1253420404
        },
        {
            "start": 1253420407,
            "stop": 1253420532
        }
    ]
}