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=50
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=51",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=49",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 50,
    "results": [
        {
            "start": 1238619940,
            "stop": 1238619942
        },
        {
            "start": 1238619943,
            "stop": 1238619945
        },
        {
            "start": 1238619946,
            "stop": 1238619949
        },
        {
            "start": 1238619952,
            "stop": 1238619955
        },
        {
            "start": 1238619958,
            "stop": 1238619966
        },
        {
            "start": 1238619969,
            "stop": 1238619975
        },
        {
            "start": 1238633668,
            "stop": 1238634023
        },
        {
            "start": 1238634024,
            "stop": 1238634044
        },
        {
            "start": 1238634047,
            "stop": 1238634344
        },
        {
            "start": 1238634345,
            "stop": 1238635374
        },
        {
            "start": 1238635377,
            "stop": 1238635379
        },
        {
            "start": 1238635382,
            "stop": 1238636167
        },
        {
            "start": 1238636175,
            "stop": 1238636182
        },
        {
            "start": 1238636322,
            "stop": 1238636890
        },
        {
            "start": 1238636893,
            "stop": 1238636956
        },
        {
            "start": 1238636957,
            "stop": 1238636958
        },
        {
            "start": 1238636960,
            "stop": 1238637222
        },
        {
            "start": 1238637225,
            "stop": 1238637348
        },
        {
            "start": 1238637351,
            "stop": 1238637946
        },
        {
            "start": 1238637949,
            "stop": 1238638777
        }
    ]
}