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=46984
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=46985",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46983",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46984,
    "results": [
        {
            "start": 875215915,
            "stop": 875215939
        },
        {
            "start": 875215943,
            "stop": 875215955
        },
        {
            "start": 875215956,
            "stop": 875216032
        },
        {
            "start": 875216035,
            "stop": 875216073
        },
        {
            "start": 875216074,
            "stop": 875216078
        },
        {
            "start": 875216081,
            "stop": 875216100
        },
        {
            "start": 875216103,
            "stop": 875216124
        },
        {
            "start": 875216125,
            "stop": 875216134
        },
        {
            "start": 875216137,
            "stop": 875216142
        },
        {
            "start": 875216148,
            "stop": 875216157
        },
        {
            "start": 875216159,
            "stop": 875216164
        },
        {
            "start": 875216167,
            "stop": 875216206
        },
        {
            "start": 875216208,
            "stop": 875216223
        },
        {
            "start": 875216224,
            "stop": 875216231
        },
        {
            "start": 875216235,
            "stop": 875216264
        },
        {
            "start": 875216267,
            "stop": 875216289
        },
        {
            "start": 875216292,
            "stop": 875216306
        },
        {
            "start": 875216309,
            "stop": 875216324
        },
        {
            "start": 875216331,
            "stop": 875216367
        },
        {
            "start": 875216371,
            "stop": 875216408
        }
    ]
}