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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=322",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=320",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 321,
    "results": [
        {
            "start": 872921613,
            "stop": 872953195
        },
        {
            "start": 872973813,
            "stop": 872977739
        },
        {
            "start": 872977745,
            "stop": 872977765
        },
        {
            "start": 872977769,
            "stop": 872978792
        },
        {
            "start": 872978793,
            "stop": 872979774
        },
        {
            "start": 872980344,
            "stop": 872997198
        },
        {
            "start": 872999788,
            "stop": 873027878
        },
        {
            "start": 873028516,
            "stop": 873039646
        },
        {
            "start": 873042305,
            "stop": 873056226
        },
        {
            "start": 873059090,
            "stop": 873060173
        },
        {
            "start": 873061972,
            "stop": 873104111
        },
        {
            "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": 873271074
        },
        {
            "start": 873271077,
            "stop": 873274701
        },
        {
            "start": 873275706,
            "stop": 873318407
        }
    ]
}