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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1704",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1702",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1703,
    "results": [
        {
            "start": 1249052216,
            "stop": 1249052261
        },
        {
            "start": 1249052264,
            "stop": 1249052355
        },
        {
            "start": 1249052358,
            "stop": 1249052930
        },
        {
            "start": 1249052933,
            "stop": 1249053428
        },
        {
            "start": 1249053431,
            "stop": 1249053542
        },
        {
            "start": 1249053545,
            "stop": 1249054028
        },
        {
            "start": 1249054031,
            "stop": 1249054036
        },
        {
            "start": 1249054039,
            "stop": 1249054230
        },
        {
            "start": 1249054233,
            "stop": 1249054347
        },
        {
            "start": 1249054350,
            "stop": 1249054733
        },
        {
            "start": 1249054736,
            "stop": 1249055070
        },
        {
            "start": 1249055073,
            "stop": 1249055276
        },
        {
            "start": 1249055279,
            "stop": 1249055330
        },
        {
            "start": 1249055333,
            "stop": 1249055793
        },
        {
            "start": 1249055796,
            "stop": 1249056109
        },
        {
            "start": 1249056112,
            "stop": 1249056263
        },
        {
            "start": 1249056266,
            "stop": 1249056303
        },
        {
            "start": 1249056306,
            "stop": 1249057177
        },
        {
            "start": 1249057180,
            "stop": 1249057187
        },
        {
            "start": 1249057190,
            "stop": 1249057510
        }
    ]
}