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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT2/segments?format=api&page=208",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT2/segments?format=api&page=206",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 207,
    "results": [
        {
            "start": 1420788188,
            "stop": 1420788237
        },
        {
            "start": 1420788239,
            "stop": 1420788242
        },
        {
            "start": 1420788250,
            "stop": 1420788264
        },
        {
            "start": 1420788265,
            "stop": 1420788318
        },
        {
            "start": 1420788319,
            "stop": 1420788596
        },
        {
            "start": 1420830166,
            "stop": 1420830351
        },
        {
            "start": 1420830359,
            "stop": 1420830407
        },
        {
            "start": 1420830411,
            "stop": 1420830413
        },
        {
            "start": 1420830414,
            "stop": 1420830499
        },
        {
            "start": 1420830503,
            "stop": 1420830567
        },
        {
            "start": 1420830572,
            "stop": 1420830615
        },
        {
            "start": 1420830623,
            "stop": 1420830627
        },
        {
            "start": 1420830631,
            "stop": 1420831897
        },
        {
            "start": 1420831899,
            "stop": 1420832075
        },
        {
            "start": 1420832079,
            "stop": 1420832131
        },
        {
            "start": 1420832133,
            "stop": 1420832136
        },
        {
            "start": 1420832138,
            "stop": 1420832143
        },
        {
            "start": 1420832159,
            "stop": 1420832197
        },
        {
            "start": 1420835189,
            "stop": 1420836434
        },
        {
            "start": 1420836436,
            "stop": 1420838064
        }
    ]
}