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=57
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=58",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=56",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 57,
    "results": [
        {
            "start": 1238737566,
            "stop": 1238737719
        },
        {
            "start": 1238737721,
            "stop": 1238737921
        },
        {
            "start": 1238737924,
            "stop": 1238738325
        },
        {
            "start": 1238738327,
            "stop": 1238738331
        },
        {
            "start": 1238738335,
            "stop": 1238738417
        },
        {
            "start": 1238738419,
            "stop": 1238744744
        },
        {
            "start": 1238744747,
            "stop": 1238744846
        },
        {
            "start": 1238744847,
            "stop": 1238744848
        },
        {
            "start": 1238744849,
            "stop": 1238744880
        },
        {
            "start": 1238744881,
            "stop": 1238745456
        },
        {
            "start": 1238745459,
            "stop": 1238746166
        },
        {
            "start": 1238746169,
            "stop": 1238746347
        },
        {
            "start": 1238746348,
            "stop": 1238746350
        },
        {
            "start": 1238746351,
            "stop": 1238746661
        },
        {
            "start": 1238746664,
            "stop": 1238747380
        },
        {
            "start": 1238747382,
            "stop": 1238747674
        },
        {
            "start": 1238747677,
            "stop": 1238748193
        },
        {
            "start": 1238748195,
            "stop": 1238748359
        },
        {
            "start": 1238748361,
            "stop": 1238750275
        },
        {
            "start": 1238750276,
            "stop": 1238750462
        }
    ]
}