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=79
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=80",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=78",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 79,
    "results": [
        {
            "start": 825883313,
            "stop": 825889227
        },
        {
            "start": 825898531,
            "stop": 825898683
        },
        {
            "start": 825908198,
            "stop": 825908322
        },
        {
            "start": 825908324,
            "stop": 825908528
        },
        {
            "start": 825908530,
            "stop": 825909059
        },
        {
            "start": 825909062,
            "stop": 825909421
        },
        {
            "start": 825909423,
            "stop": 825910085
        },
        {
            "start": 825910087,
            "stop": 825910120
        },
        {
            "start": 825910122,
            "stop": 825910160
        },
        {
            "start": 825910162,
            "stop": 825910167
        },
        {
            "start": 825943279,
            "stop": 825943286
        },
        {
            "start": 825943288,
            "stop": 825944794
        },
        {
            "start": 825947854,
            "stop": 825956358
        },
        {
            "start": 825959156,
            "stop": 825960613
        },
        {
            "start": 825961967,
            "stop": 825962142
        },
        {
            "start": 825964355,
            "stop": 825965859
        },
        {
            "start": 825966665,
            "stop": 825970923
        },
        {
            "start": 825971514,
            "stop": 825975566
        },
        {
            "start": 825976740,
            "stop": 825978566
        },
        {
            "start": 825978568,
            "stop": 825987650
        }
    ]
}