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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=377",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=375",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 376,
    "results": [
        {
            "start": 857735151,
            "stop": 857735155
        },
        {
            "start": 857735161,
            "stop": 857735162
        },
        {
            "start": 857735164,
            "stop": 857735165
        },
        {
            "start": 857735221,
            "stop": 857735236
        },
        {
            "start": 857735242,
            "stop": 857735243
        },
        {
            "start": 857735244,
            "stop": 857735248
        },
        {
            "start": 857735249,
            "stop": 857735252
        },
        {
            "start": 857735254,
            "stop": 857735256
        },
        {
            "start": 857735258,
            "stop": 857735282
        },
        {
            "start": 857735283,
            "stop": 857735288
        },
        {
            "start": 857735404,
            "stop": 857735405
        },
        {
            "start": 857735406,
            "stop": 857735407
        },
        {
            "start": 857735411,
            "stop": 857735414
        },
        {
            "start": 857735417,
            "stop": 857735418
        },
        {
            "start": 857735419,
            "stop": 857735427
        },
        {
            "start": 857735501,
            "stop": 857735513
        },
        {
            "start": 857735514,
            "stop": 857735524
        },
        {
            "start": 857735528,
            "stop": 857735557
        },
        {
            "start": 857735560,
            "stop": 857735561
        },
        {
            "start": 857735563,
            "stop": 857735577
        }
    ]
}