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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=36",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 37,
    "results": [
        {
            "start": 815973560,
            "stop": 815974257
        },
        {
            "start": 815974270,
            "stop": 815975015
        },
        {
            "start": 815975022,
            "stop": 815979022
        },
        {
            "start": 815979029,
            "stop": 815988433
        },
        {
            "start": 815990222,
            "stop": 815991982
        },
        {
            "start": 815991995,
            "stop": 815997949
        },
        {
            "start": 815997962,
            "stop": 815999302
        },
        {
            "start": 815999744,
            "stop": 816005653
        },
        {
            "start": 816005666,
            "stop": 816007893
        },
        {
            "start": 816007906,
            "stop": 816011873
        },
        {
            "start": 816011886,
            "stop": 816015284
        },
        {
            "start": 816015395,
            "stop": 816026743
        },
        {
            "start": 816026924,
            "stop": 816027013
        },
        {
            "start": 816034772,
            "stop": 816037003
        },
        {
            "start": 816037304,
            "stop": 816037633
        },
        {
            "start": 816040064,
            "stop": 816040153
        },
        {
            "start": 816052114,
            "stop": 816055237
        },
        {
            "start": 816055238,
            "stop": 816067078
        },
        {
            "start": 816067091,
            "stop": 816068749
        },
        {
            "start": 816070484,
            "stop": 816073632
        }
    ]
}