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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6031",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6029",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6030,
    "results": [
        {
            "start": 873664860,
            "stop": 873664952
        },
        {
            "start": 873664953,
            "stop": 873664986
        },
        {
            "start": 873665828,
            "stop": 873665914
        },
        {
            "start": 873665916,
            "stop": 873665925
        },
        {
            "start": 873665929,
            "stop": 873667409
        },
        {
            "start": 873667410,
            "stop": 873668921
        },
        {
            "start": 873668923,
            "stop": 873669078
        },
        {
            "start": 873669079,
            "stop": 873669148
        },
        {
            "start": 873669149,
            "stop": 873669201
        },
        {
            "start": 873669202,
            "stop": 873669274
        },
        {
            "start": 873669275,
            "stop": 873669326
        },
        {
            "start": 873669327,
            "stop": 873669388
        },
        {
            "start": 873669389,
            "stop": 873669556
        },
        {
            "start": 873669557,
            "stop": 873669660
        },
        {
            "start": 873669662,
            "stop": 873669995
        },
        {
            "start": 873669996,
            "stop": 873670136
        },
        {
            "start": 873670138,
            "stop": 873670183
        },
        {
            "start": 873670184,
            "stop": 873670320
        },
        {
            "start": 873670440,
            "stop": 873670442
        },
        {
            "start": 873670443,
            "stop": 873670550
        }
    ]
}