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=46912
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=46913",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46911",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46912,
    "results": [
        {
            "start": 875185954,
            "stop": 875185968
        },
        {
            "start": 875185969,
            "stop": 875186058
        },
        {
            "start": 875186061,
            "stop": 875186071
        },
        {
            "start": 875186073,
            "stop": 875186084
        },
        {
            "start": 875186085,
            "stop": 875186087
        },
        {
            "start": 875186088,
            "stop": 875186225
        },
        {
            "start": 875186226,
            "stop": 875186327
        },
        {
            "start": 875186328,
            "stop": 875186380
        },
        {
            "start": 875186382,
            "stop": 875186560
        },
        {
            "start": 875186563,
            "stop": 875186568
        },
        {
            "start": 875186569,
            "stop": 875186639
        },
        {
            "start": 875186641,
            "stop": 875186784
        },
        {
            "start": 875186785,
            "stop": 875186836
        },
        {
            "start": 875186838,
            "stop": 875186858
        },
        {
            "start": 875186859,
            "stop": 875187060
        },
        {
            "start": 875187061,
            "stop": 875187090
        },
        {
            "start": 875187091,
            "stop": 875187098
        },
        {
            "start": 875187100,
            "stop": 875187132
        },
        {
            "start": 875187136,
            "stop": 875187378
        },
        {
            "start": 875187379,
            "stop": 875187388
        }
    ]
}