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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3852",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3850",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3851,
    "results": [
        {
            "start": 875200553,
            "stop": 875200576
        },
        {
            "start": 875200579,
            "stop": 875200617
        },
        {
            "start": 875200622,
            "stop": 875200656
        },
        {
            "start": 875200659,
            "stop": 875200704
        },
        {
            "start": 875200707,
            "stop": 875200812
        },
        {
            "start": 875200815,
            "stop": 875202210
        },
        {
            "start": 875202227,
            "stop": 875202323
        },
        {
            "start": 875202340,
            "stop": 875202963
        },
        {
            "start": 875202967,
            "stop": 875203316
        },
        {
            "start": 875203319,
            "stop": 875203585
        },
        {
            "start": 875203589,
            "stop": 875204035
        },
        {
            "start": 875204039,
            "stop": 875204225
        },
        {
            "start": 875204242,
            "stop": 875205353
        },
        {
            "start": 875205356,
            "stop": 875206077
        },
        {
            "start": 875206080,
            "stop": 875206218
        },
        {
            "start": 875206235,
            "stop": 875206346
        },
        {
            "start": 875206349,
            "stop": 875206680
        },
        {
            "start": 875206740,
            "stop": 875206797
        },
        {
            "start": 875206800,
            "stop": 875207560
        },
        {
            "start": 875207564,
            "stop": 875207565
        }
    ]
}