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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41066",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41064",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41065,
    "results": [
        {
            "start": 875206064,
            "stop": 875206077
        },
        {
            "start": 875206080,
            "stop": 875206085
        },
        {
            "start": 875206086,
            "stop": 875206093
        },
        {
            "start": 875206094,
            "stop": 875206114
        },
        {
            "start": 875206115,
            "stop": 875206149
        },
        {
            "start": 875206150,
            "stop": 875206170
        },
        {
            "start": 875206171,
            "stop": 875206212
        },
        {
            "start": 875206214,
            "stop": 875206226
        },
        {
            "start": 875206227,
            "stop": 875206272
        },
        {
            "start": 875206273,
            "stop": 875206297
        },
        {
            "start": 875206299,
            "stop": 875206324
        },
        {
            "start": 875206325,
            "stop": 875206346
        },
        {
            "start": 875206349,
            "stop": 875206354
        },
        {
            "start": 875206356,
            "stop": 875206400
        },
        {
            "start": 875206401,
            "stop": 875206468
        },
        {
            "start": 875206469,
            "stop": 875206505
        },
        {
            "start": 875206506,
            "stop": 875206510
        },
        {
            "start": 875206512,
            "stop": 875206532
        },
        {
            "start": 875206533,
            "stop": 875206553
        },
        {
            "start": 875206554,
            "stop": 875206596
        }
    ]
}