Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=263
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=264",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=262",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 263,
    "results": [
        {
            "start": 873179753,
            "stop": 873222833
        },
        {
            "start": 873224079,
            "stop": 873245549
        },
        {
            "start": 873247861,
            "stop": 873257921
        },
        {
            "start": 873258866,
            "stop": 873271075
        },
        {
            "start": 873271077,
            "stop": 873274701
        },
        {
            "start": 873275706,
            "stop": 873318407
        },
        {
            "start": 873319833,
            "stop": 873413455
        },
        {
            "start": 873417772,
            "stop": 873424724
        },
        {
            "start": 873431010,
            "stop": 873436308
        },
        {
            "start": 873437883,
            "stop": 873482094
        },
        {
            "start": 873482414,
            "stop": 873482420
        },
        {
            "start": 873483153,
            "stop": 873489635
        },
        {
            "start": 873493535,
            "stop": 873507078
        },
        {
            "start": 873510910,
            "stop": 873539786
        },
        {
            "start": 873540905,
            "stop": 873558100
        },
        {
            "start": 873576479,
            "stop": 873582988
        },
        {
            "start": 873585762,
            "stop": 873618077
        },
        {
            "start": 873619307,
            "stop": 873631761
        },
        {
            "start": 873644272,
            "stop": 873644933
        },
        {
            "start": 873646946,
            "stop": 873648715
        }
    ]
}