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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=406",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=404",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 405,
    "results": [
        {
            "start": 868288231,
            "stop": 868288252
        },
        {
            "start": 868288273,
            "stop": 868289024
        },
        {
            "start": 868289046,
            "stop": 868297044
        },
        {
            "start": 868297066,
            "stop": 868297139
        },
        {
            "start": 868297186,
            "stop": 868300511
        },
        {
            "start": 868301369,
            "stop": 868301406
        },
        {
            "start": 868301516,
            "stop": 868302206
        },
        {
            "start": 868302506,
            "stop": 868304932
        },
        {
            "start": 868305372,
            "stop": 868306644
        },
        {
            "start": 868306666,
            "stop": 868310769
        },
        {
            "start": 868310791,
            "stop": 868310819
        },
        {
            "start": 868310841,
            "stop": 868312297
        },
        {
            "start": 868312380,
            "stop": 868313402
        },
        {
            "start": 868313466,
            "stop": 868313634
        },
        {
            "start": 868313656,
            "stop": 868315304
        },
        {
            "start": 868315326,
            "stop": 868322072
        },
        {
            "start": 868322093,
            "stop": 868324334
        },
        {
            "start": 868324356,
            "stop": 868324377
        },
        {
            "start": 868324398,
            "stop": 868351264
        },
        {
            "start": 868351286,
            "stop": 868365369
        }
    ]
}