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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=107",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=105",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 106,
    "results": [
        {
            "start": 931402724,
            "stop": 931402778
        },
        {
            "start": 931402779,
            "stop": 931402823
        },
        {
            "start": 931402825,
            "stop": 931402833
        },
        {
            "start": 931402835,
            "stop": 931402892
        },
        {
            "start": 931402894,
            "stop": 931402909
        },
        {
            "start": 931402911,
            "stop": 931402947
        },
        {
            "start": 931402949,
            "stop": 931402999
        },
        {
            "start": 931403006,
            "stop": 931403029
        },
        {
            "start": 931403031,
            "stop": 931403036
        },
        {
            "start": 931403038,
            "stop": 931403041
        },
        {
            "start": 931403043,
            "stop": 931403045
        },
        {
            "start": 931403047,
            "stop": 931403077
        },
        {
            "start": 931403078,
            "stop": 931403091
        },
        {
            "start": 931403093,
            "stop": 931403098
        },
        {
            "start": 931403100,
            "stop": 931403108
        },
        {
            "start": 931403110,
            "stop": 931403120
        },
        {
            "start": 931403122,
            "stop": 931403137
        },
        {
            "start": 931403138,
            "stop": 931403144
        },
        {
            "start": 931403148,
            "stop": 931403149
        },
        {
            "start": 931403151,
            "stop": 931403156
        }
    ]
}