Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=157
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=158",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=156",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 157,
    "results": [
        {
            "start": 819733205,
            "stop": 819733216
        },
        {
            "start": 819733219,
            "stop": 819733551
        },
        {
            "start": 819733555,
            "stop": 819733596
        },
        {
            "start": 819733600,
            "stop": 819733748
        },
        {
            "start": 819733751,
            "stop": 819733842
        },
        {
            "start": 819733845,
            "stop": 819734067
        },
        {
            "start": 819734071,
            "stop": 819734169
        },
        {
            "start": 819734172,
            "stop": 819734204
        },
        {
            "start": 819734207,
            "stop": 819734604
        },
        {
            "start": 819734607,
            "stop": 819734620
        },
        {
            "start": 819734623,
            "stop": 819734642
        },
        {
            "start": 819734645,
            "stop": 819734646
        },
        {
            "start": 819734649,
            "stop": 819734823
        },
        {
            "start": 819734826,
            "stop": 819734844
        },
        {
            "start": 819753864,
            "stop": 819754134
        },
        {
            "start": 819754137,
            "stop": 819754334
        },
        {
            "start": 819754337,
            "stop": 819755918
        },
        {
            "start": 819755921,
            "stop": 819755928
        },
        {
            "start": 819755932,
            "stop": 819756134
        },
        {
            "start": 819757195,
            "stop": 819757242
        }
    ]
}