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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT1/segments?format=api&page=6",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT1/segments?format=api&page=4",
    "results_count": 823,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 5,
    "results": [
        {
            "start": 1370517767,
            "stop": 1370528097
        },
        {
            "start": 1370533861,
            "stop": 1370540913
        },
        {
            "start": 1370544435,
            "stop": 1370555146
        },
        {
            "start": 1370559286,
            "stop": 1370570538
        },
        {
            "start": 1370590090,
            "stop": 1370607189
        },
        {
            "start": 1370613343,
            "stop": 1370621618
        },
        {
            "start": 1370627225,
            "stop": 1370637142
        },
        {
            "start": 1370642816,
            "stop": 1370650083
        },
        {
            "start": 1370655948,
            "stop": 1370656556
        },
        {
            "start": 1370656687,
            "stop": 1370666127
        },
        {
            "start": 1370674418,
            "stop": 1370697380
        },
        {
            "start": 1370726735,
            "stop": 1370731347
        },
        {
            "start": 1370731456,
            "stop": 1370732482
        },
        {
            "start": 1370758509,
            "stop": 1370763637
        },
        {
            "start": 1370768923,
            "stop": 1370772878
        },
        {
            "start": 1370777973,
            "stop": 1370799721
        },
        {
            "start": 1370805294,
            "stop": 1370813537
        },
        {
            "start": 1370820220,
            "stop": 1370821881
        },
        {
            "start": 1370827327,
            "stop": 1370830763
        },
        {
            "start": 1370844797,
            "stop": 1370846643
        }
    ]
}