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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=360",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=358",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 359,
    "results": [
        {
            "start": 873106569,
            "stop": 873137049
        },
        {
            "start": 873138961,
            "stop": 873141085
        },
        {
            "start": 873142131,
            "stop": 873147930
        },
        {
            "start": 873149586,
            "stop": 873222833
        },
        {
            "start": 873224079,
            "stop": 873245549
        },
        {
            "start": 873247861,
            "stop": 873257921
        },
        {
            "start": 873258866,
            "stop": 873274701
        },
        {
            "start": 873275706,
            "stop": 873318407
        },
        {
            "start": 873319833,
            "stop": 873413455
        },
        {
            "start": 873417772,
            "stop": 873424724
        },
        {
            "start": 873431010,
            "stop": 873436308
        },
        {
            "start": 873437883,
            "stop": 873489635
        },
        {
            "start": 873493535,
            "stop": 873507161
        },
        {
            "start": 873510910,
            "stop": 873539786
        },
        {
            "start": 873540905,
            "stop": 873558100
        },
        {
            "start": 873576479,
            "stop": 873582988
        },
        {
            "start": 873585762,
            "stop": 873618077
        },
        {
            "start": 873619307,
            "stop": 873631761
        },
        {
            "start": 873642417,
            "stop": 873645639
        },
        {
            "start": 873646946,
            "stop": 873648715
        }
    ]
}