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_CAT2/segments?format=api&page=59
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=60",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=58",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 59,
    "results": [
        {
            "start": 1372518866,
            "stop": 1372524662
        },
        {
            "start": 1372524667,
            "stop": 1372525173
        },
        {
            "start": 1372525178,
            "stop": 1372525566
        },
        {
            "start": 1372525569,
            "stop": 1372527117
        },
        {
            "start": 1372527251,
            "stop": 1372528498
        },
        {
            "start": 1372537492,
            "stop": 1372540856
        },
        {
            "start": 1372540861,
            "stop": 1372544543
        },
        {
            "start": 1372549648,
            "stop": 1372550194
        },
        {
            "start": 1372550199,
            "stop": 1372550389
        },
        {
            "start": 1372550392,
            "stop": 1372553610
        },
        {
            "start": 1372553615,
            "stop": 1372555543
        },
        {
            "start": 1372555547,
            "stop": 1372563043
        },
        {
            "start": 1372563048,
            "stop": 1372564553
        },
        {
            "start": 1372570195,
            "stop": 1372570840
        },
        {
            "start": 1372570845,
            "stop": 1372571746
        },
        {
            "start": 1372571751,
            "stop": 1372573235
        },
        {
            "start": 1372573240,
            "stop": 1372575951
        },
        {
            "start": 1372575956,
            "stop": 1372579225
        },
        {
            "start": 1372579230,
            "stop": 1372601008
        },
        {
            "start": 1372601013,
            "stop": 1372606878
        }
    ]
}