Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6665
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6666",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6664",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6665,
    "results": [
        {
            "start": 875048313,
            "stop": 875048329
        },
        {
            "start": 875048330,
            "stop": 875048357
        },
        {
            "start": 875048359,
            "stop": 875048381
        },
        {
            "start": 875048382,
            "stop": 875048387
        },
        {
            "start": 875048388,
            "stop": 875048414
        },
        {
            "start": 875048416,
            "stop": 875048427
        },
        {
            "start": 875048428,
            "stop": 875048439
        },
        {
            "start": 875048441,
            "stop": 875048447
        },
        {
            "start": 875048449,
            "stop": 875048460
        },
        {
            "start": 875048462,
            "stop": 875048491
        },
        {
            "start": 875048493,
            "stop": 875048507
        },
        {
            "start": 875048508,
            "stop": 875048518
        },
        {
            "start": 875048519,
            "stop": 875048524
        },
        {
            "start": 875048525,
            "stop": 875048540
        },
        {
            "start": 875048541,
            "stop": 875048583
        },
        {
            "start": 875048585,
            "stop": 875049017
        },
        {
            "start": 875049019,
            "stop": 875049128
        },
        {
            "start": 875049129,
            "stop": 875049130
        },
        {
            "start": 875049131,
            "stop": 875049195
        },
        {
            "start": 875049197,
            "stop": 875049222
        }
    ]
}