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=46949
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=46950",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46948",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46949,
    "results": [
        {
            "start": 875204370,
            "stop": 875204381
        },
        {
            "start": 875204383,
            "stop": 875204395
        },
        {
            "start": 875204396,
            "stop": 875204420
        },
        {
            "start": 875204421,
            "stop": 875204441
        },
        {
            "start": 875204444,
            "stop": 875204449
        },
        {
            "start": 875204450,
            "stop": 875204466
        },
        {
            "start": 875204468,
            "stop": 875204488
        },
        {
            "start": 875204489,
            "stop": 875204501
        },
        {
            "start": 875204502,
            "stop": 875204509
        },
        {
            "start": 875204510,
            "stop": 875204522
        },
        {
            "start": 875204523,
            "stop": 875204530
        },
        {
            "start": 875204531,
            "stop": 875204539
        },
        {
            "start": 875204540,
            "stop": 875204543
        },
        {
            "start": 875204545,
            "stop": 875204568
        },
        {
            "start": 875204569,
            "stop": 875204580
        },
        {
            "start": 875204581,
            "stop": 875204594
        },
        {
            "start": 875204595,
            "stop": 875204599
        },
        {
            "start": 875204600,
            "stop": 875204604
        },
        {
            "start": 875204605,
            "stop": 875204615
        },
        {
            "start": 875204617,
            "stop": 875204632
        }
    ]
}