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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46871",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46869",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46870,
    "results": [
        {
            "start": 875147224,
            "stop": 875147241
        },
        {
            "start": 875147242,
            "stop": 875147250
        },
        {
            "start": 875147251,
            "stop": 875147260
        },
        {
            "start": 875147261,
            "stop": 875147282
        },
        {
            "start": 875147283,
            "stop": 875147302
        },
        {
            "start": 875147307,
            "stop": 875147308
        },
        {
            "start": 875147311,
            "stop": 875147320
        },
        {
            "start": 875147321,
            "stop": 875147331
        },
        {
            "start": 875147333,
            "stop": 875147347
        },
        {
            "start": 875147350,
            "stop": 875147353
        },
        {
            "start": 875147355,
            "stop": 875147376
        },
        {
            "start": 875147378,
            "stop": 875147383
        },
        {
            "start": 875147384,
            "stop": 875147393
        },
        {
            "start": 875147394,
            "stop": 875147410
        },
        {
            "start": 875147413,
            "stop": 875147449
        },
        {
            "start": 875147450,
            "stop": 875147452
        },
        {
            "start": 875147453,
            "stop": 875147454
        },
        {
            "start": 875147457,
            "stop": 875147461
        },
        {
            "start": 875147465,
            "stop": 875147473
        },
        {
            "start": 875147474,
            "stop": 875147488
        }
    ]
}