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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=13",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 14,
    "results": [
        {
            "start": 817237090,
            "stop": 817237313
        },
        {
            "start": 817237315,
            "stop": 817237684
        },
        {
            "start": 817238778,
            "stop": 817238892
        },
        {
            "start": 817239402,
            "stop": 817242290
        },
        {
            "start": 817242298,
            "stop": 817243290
        },
        {
            "start": 817244187,
            "stop": 817245946
        },
        {
            "start": 817247901,
            "stop": 817251345
        },
        {
            "start": 817251350,
            "stop": 817251367
        },
        {
            "start": 817251373,
            "stop": 817251410
        },
        {
            "start": 817251415,
            "stop": 817252410
        },
        {
            "start": 817255379,
            "stop": 817257924
        },
        {
            "start": 817257927,
            "stop": 817259618
        },
        {
            "start": 817259620,
            "stop": 817262054
        },
        {
            "start": 817262116,
            "stop": 817267808
        },
        {
            "start": 817267934,
            "stop": 817268022
        },
        {
            "start": 817268164,
            "stop": 817269512
        },
        {
            "start": 817269518,
            "stop": 817269545
        },
        {
            "start": 817269550,
            "stop": 817269702
        },
        {
            "start": 817269705,
            "stop": 817275446
        },
        {
            "start": 817276762,
            "stop": 817278124
        }
    ]
}