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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=213",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=211",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 212,
    "results": [
        {
            "start": 856415480,
            "stop": 856436319
        },
        {
            "start": 856439173,
            "stop": 856448583
        },
        {
            "start": 856448584,
            "stop": 856450769
        },
        {
            "start": 856454285,
            "stop": 856466305
        },
        {
            "start": 856467690,
            "stop": 856470788
        },
        {
            "start": 856472054,
            "stop": 856500878
        },
        {
            "start": 856510165,
            "stop": 856527688
        },
        {
            "start": 856529025,
            "stop": 856529079
        },
        {
            "start": 856529721,
            "stop": 856536408
        },
        {
            "start": 856536891,
            "stop": 856544276
        },
        {
            "start": 856545467,
            "stop": 856550661
        },
        {
            "start": 856550663,
            "stop": 856571502
        },
        {
            "start": 856574812,
            "stop": 856583590
        },
        {
            "start": 856584052,
            "stop": 856591033
        },
        {
            "start": 856591523,
            "stop": 856613449
        },
        {
            "start": 856613944,
            "stop": 856627246
        },
        {
            "start": 856656434,
            "stop": 856667449
        },
        {
            "start": 856667451,
            "stop": 856695705
        },
        {
            "start": 856696222,
            "stop": 856698625
        },
        {
            "start": 856700103,
            "stop": 856700105
        }
    ]
}