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=46976
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=46977",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46975",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46976,
    "results": [
        {
            "start": 875213286,
            "stop": 875213299
        },
        {
            "start": 875213300,
            "stop": 875213304
        },
        {
            "start": 875213305,
            "stop": 875213326
        },
        {
            "start": 875213327,
            "stop": 875213335
        },
        {
            "start": 875213339,
            "stop": 875213349
        },
        {
            "start": 875213354,
            "stop": 875213372
        },
        {
            "start": 875213375,
            "stop": 875213381
        },
        {
            "start": 875213384,
            "stop": 875213402
        },
        {
            "start": 875213405,
            "stop": 875213409
        },
        {
            "start": 875213410,
            "stop": 875213416
        },
        {
            "start": 875213417,
            "stop": 875213421
        },
        {
            "start": 875213422,
            "stop": 875213430
        },
        {
            "start": 875213431,
            "stop": 875213446
        },
        {
            "start": 875213447,
            "stop": 875213453
        },
        {
            "start": 875213455,
            "stop": 875213459
        },
        {
            "start": 875213462,
            "stop": 875213468
        },
        {
            "start": 875213469,
            "stop": 875213471
        },
        {
            "start": 875213474,
            "stop": 875213475
        },
        {
            "start": 875213478,
            "stop": 875213479
        },
        {
            "start": 875213480,
            "stop": 875213492
        }
    ]
}