Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=157
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=158",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=156",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 157,
    "results": [
        {
            "start": 1382287801,
            "stop": 1382288092
        },
        {
            "start": 1382288097,
            "stop": 1382288588
        },
        {
            "start": 1382288592,
            "stop": 1382292433
        },
        {
            "start": 1382292438,
            "stop": 1382292960
        },
        {
            "start": 1382292965,
            "stop": 1382293772
        },
        {
            "start": 1382293777,
            "stop": 1382294970
        },
        {
            "start": 1382294975,
            "stop": 1382296090
        },
        {
            "start": 1382311894,
            "stop": 1382315366
        },
        {
            "start": 1382315426,
            "stop": 1382315431
        },
        {
            "start": 1382315491,
            "stop": 1382315496
        },
        {
            "start": 1382315556,
            "stop": 1382315561
        },
        {
            "start": 1382331959,
            "stop": 1382334779
        },
        {
            "start": 1382334784,
            "stop": 1382339970
        },
        {
            "start": 1382339975,
            "stop": 1382352551
        },
        {
            "start": 1382359847,
            "stop": 1382363768
        },
        {
            "start": 1382363773,
            "stop": 1382365931
        },
        {
            "start": 1382365935,
            "stop": 1382373483
        },
        {
            "start": 1382373488,
            "stop": 1382373490
        },
        {
            "start": 1382373493,
            "stop": 1382373495
        },
        {
            "start": 1382381383,
            "stop": 1382382136
        }
    ]
}