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=144
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=145",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=143",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 144,
    "results": [
        {
            "start": 1381077634,
            "stop": 1381084986
        },
        {
            "start": 1381084991,
            "stop": 1381086426
        },
        {
            "start": 1381086431,
            "stop": 1381086472
        },
        {
            "start": 1381114506,
            "stop": 1381116207
        },
        {
            "start": 1381120002,
            "stop": 1381121586
        },
        {
            "start": 1381121591,
            "stop": 1381122134
        },
        {
            "start": 1381122139,
            "stop": 1381122624
        },
        {
            "start": 1381125911,
            "stop": 1381127440
        },
        {
            "start": 1381127444,
            "stop": 1381132169
        },
        {
            "start": 1381132174,
            "stop": 1381132183
        },
        {
            "start": 1381132188,
            "stop": 1381133504
        },
        {
            "start": 1381133509,
            "stop": 1381137151
        },
        {
            "start": 1381137156,
            "stop": 1381142002
        },
        {
            "start": 1381142007,
            "stop": 1381147834
        },
        {
            "start": 1381147839,
            "stop": 1381149928
        },
        {
            "start": 1381149933,
            "stop": 1381151622
        },
        {
            "start": 1381151627,
            "stop": 1381156590
        },
        {
            "start": 1381156595,
            "stop": 1381161671
        },
        {
            "start": 1381172977,
            "stop": 1381184066
        },
        {
            "start": 1381184069,
            "stop": 1381188191
        }
    ]
}