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=435
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=436",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=434",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 435,
    "results": [
        {
            "start": 871099531,
            "stop": 871099839
        },
        {
            "start": 871099861,
            "stop": 871099874
        },
        {
            "start": 871099896,
            "stop": 871100307
        },
        {
            "start": 871100333,
            "stop": 871105384
        },
        {
            "start": 871106811,
            "stop": 871110356
        },
        {
            "start": 871110361,
            "stop": 871139050
        },
        {
            "start": 871155840,
            "stop": 871156543
        },
        {
            "start": 871156561,
            "stop": 871158620
        },
        {
            "start": 871158639,
            "stop": 871165887
        },
        {
            "start": 871166086,
            "stop": 871166087
        },
        {
            "start": 871166108,
            "stop": 871169400
        },
        {
            "start": 871169486,
            "stop": 871175399
        },
        {
            "start": 871189220,
            "stop": 871204710
        },
        {
            "start": 871204830,
            "stop": 871221089
        },
        {
            "start": 871221110,
            "stop": 871228543
        },
        {
            "start": 871228692,
            "stop": 871233044
        },
        {
            "start": 871233071,
            "stop": 871233099
        },
        {
            "start": 871233121,
            "stop": 871233870
        },
        {
            "start": 871233930,
            "stop": 871234890
        },
        {
            "start": 871234950,
            "stop": 871236570
        }
    ]
}