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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=304",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=302",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 303,
    "results": [
        {
            "start": 847646204,
            "stop": 847646205
        },
        {
            "start": 847646206,
            "stop": 847646243
        },
        {
            "start": 847646244,
            "stop": 847646245
        },
        {
            "start": 847646247,
            "stop": 847646271
        },
        {
            "start": 847646272,
            "stop": 847646287
        },
        {
            "start": 847646289,
            "stop": 847646309
        },
        {
            "start": 847646311,
            "stop": 847646331
        },
        {
            "start": 847646332,
            "stop": 847646359
        },
        {
            "start": 847646360,
            "stop": 847646361
        },
        {
            "start": 847646364,
            "stop": 847646373
        },
        {
            "start": 847646380,
            "stop": 847646396
        },
        {
            "start": 847646397,
            "stop": 847646407
        },
        {
            "start": 847646413,
            "stop": 847646416
        },
        {
            "start": 847646417,
            "stop": 847646438
        },
        {
            "start": 847646439,
            "stop": 847646462
        },
        {
            "start": 847646463,
            "stop": 847646467
        },
        {
            "start": 847646473,
            "stop": 847646480
        },
        {
            "start": 847646482,
            "stop": 847646502
        },
        {
            "start": 847646503,
            "stop": 847646504
        },
        {
            "start": 847646506,
            "stop": 847646522
        }
    ]
}