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=46892
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=46893",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46891",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46892,
    "results": [
        {
            "start": 875172680,
            "stop": 875172690
        },
        {
            "start": 875172692,
            "stop": 875172704
        },
        {
            "start": 875172705,
            "stop": 875172720
        },
        {
            "start": 875172722,
            "stop": 875172753
        },
        {
            "start": 875172754,
            "stop": 875172799
        },
        {
            "start": 875172800,
            "stop": 875172823
        },
        {
            "start": 875172824,
            "stop": 875172831
        },
        {
            "start": 875172833,
            "stop": 875172849
        },
        {
            "start": 875172850,
            "stop": 875172864
        },
        {
            "start": 875172865,
            "stop": 875172984
        },
        {
            "start": 875172986,
            "stop": 875172995
        },
        {
            "start": 875172996,
            "stop": 875173033
        },
        {
            "start": 875173034,
            "stop": 875173036
        },
        {
            "start": 875173037,
            "stop": 875173045
        },
        {
            "start": 875173047,
            "stop": 875173172
        },
        {
            "start": 875173173,
            "stop": 875173235
        },
        {
            "start": 875173236,
            "stop": 875173256
        },
        {
            "start": 875173257,
            "stop": 875173285
        },
        {
            "start": 875173286,
            "stop": 875173294
        },
        {
            "start": 875173296,
            "stop": 875173300
        }
    ]
}