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=33
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=34",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=32",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 33,
    "results": [
        {
            "start": 1370512352,
            "stop": 1370513136
        },
        {
            "start": 1370517767,
            "stop": 1370527920
        },
        {
            "start": 1370527925,
            "stop": 1370528075
        },
        {
            "start": 1370528080,
            "stop": 1370528097
        },
        {
            "start": 1370533861,
            "stop": 1370534332
        },
        {
            "start": 1370534337,
            "stop": 1370535590
        },
        {
            "start": 1370535595,
            "stop": 1370537054
        },
        {
            "start": 1370537059,
            "stop": 1370540913
        },
        {
            "start": 1370544435,
            "stop": 1370553998
        },
        {
            "start": 1370554001,
            "stop": 1370555065
        },
        {
            "start": 1370555070,
            "stop": 1370555146
        },
        {
            "start": 1370559286,
            "stop": 1370560842
        },
        {
            "start": 1370560847,
            "stop": 1370569774
        },
        {
            "start": 1370569777,
            "stop": 1370570532
        },
        {
            "start": 1370570537,
            "stop": 1370570538
        },
        {
            "start": 1370590090,
            "stop": 1370591066
        },
        {
            "start": 1370591071,
            "stop": 1370593611
        },
        {
            "start": 1370593616,
            "stop": 1370598539
        },
        {
            "start": 1370598542,
            "stop": 1370604301
        },
        {
            "start": 1370604306,
            "stop": 1370605557
        }
    ]
}