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=46965
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=46966",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46964",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46965,
    "results": [
        {
            "start": 875210400,
            "stop": 875210416
        },
        {
            "start": 875210417,
            "stop": 875210419
        },
        {
            "start": 875210422,
            "stop": 875210425
        },
        {
            "start": 875210428,
            "stop": 875210439
        },
        {
            "start": 875210440,
            "stop": 875210450
        },
        {
            "start": 875210455,
            "stop": 875210493
        },
        {
            "start": 875210494,
            "stop": 875210500
        },
        {
            "start": 875210502,
            "stop": 875210508
        },
        {
            "start": 875210509,
            "stop": 875210524
        },
        {
            "start": 875210528,
            "stop": 875210536
        },
        {
            "start": 875210540,
            "stop": 875210550
        },
        {
            "start": 875210551,
            "stop": 875210556
        },
        {
            "start": 875210559,
            "stop": 875210569
        },
        {
            "start": 875210570,
            "stop": 875210579
        },
        {
            "start": 875210580,
            "stop": 875210600
        },
        {
            "start": 875210601,
            "stop": 875210604
        },
        {
            "start": 875210605,
            "stop": 875210609
        },
        {
            "start": 875210610,
            "stop": 875210614
        },
        {
            "start": 875210617,
            "stop": 875210642
        },
        {
            "start": 875210644,
            "stop": 875210670
        }
    ]
}