Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=152
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=153",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=151",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 152,
    "results": [
        {
            "start": 931401114,
            "stop": 931401117
        },
        {
            "start": 931401119,
            "stop": 931401137
        },
        {
            "start": 931401139,
            "stop": 931401144
        },
        {
            "start": 931401146,
            "stop": 931401151
        },
        {
            "start": 931401152,
            "stop": 931401171
        },
        {
            "start": 931401172,
            "stop": 931401193
        },
        {
            "start": 931401195,
            "stop": 931401235
        },
        {
            "start": 931401237,
            "stop": 931401248
        },
        {
            "start": 931401250,
            "stop": 931401267
        },
        {
            "start": 931401269,
            "stop": 931401282
        },
        {
            "start": 931401284,
            "stop": 931401293
        },
        {
            "start": 931401294,
            "stop": 931401298
        },
        {
            "start": 931401300,
            "stop": 931401303
        },
        {
            "start": 931401305,
            "stop": 931401329
        },
        {
            "start": 931401330,
            "stop": 931401356
        },
        {
            "start": 931401357,
            "stop": 931401361
        },
        {
            "start": 931401362,
            "stop": 931401363
        },
        {
            "start": 931401365,
            "stop": 931401370
        },
        {
            "start": 931401371,
            "stop": 931401393
        },
        {
            "start": 931401399,
            "stop": 931401400
        }
    ]
}