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/H1_CBCHIGH_CAT3/segments?format=api&page=237
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=238",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=236",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 237,
    "results": [
        {
            "start": 820997694,
            "stop": 820997730
        },
        {
            "start": 820998216,
            "stop": 820998295
        },
        {
            "start": 821025824,
            "stop": 821026520
        },
        {
            "start": 821026523,
            "stop": 821027233
        },
        {
            "start": 821032285,
            "stop": 821032287
        },
        {
            "start": 821032291,
            "stop": 821032405
        },
        {
            "start": 821032409,
            "stop": 821032434
        },
        {
            "start": 821032439,
            "stop": 821032575
        },
        {
            "start": 821032579,
            "stop": 821032705
        },
        {
            "start": 821032722,
            "stop": 821032734
        },
        {
            "start": 821032739,
            "stop": 821032779
        },
        {
            "start": 821032783,
            "stop": 821032816
        },
        {
            "start": 821032833,
            "stop": 821032933
        },
        {
            "start": 821032950,
            "stop": 821033026
        },
        {
            "start": 821033043,
            "stop": 821033560
        },
        {
            "start": 821033577,
            "stop": 821033700
        },
        {
            "start": 821033760,
            "stop": 821034060
        },
        {
            "start": 821034120,
            "stop": 821034329
        },
        {
            "start": 821034346,
            "stop": 821034455
        },
        {
            "start": 821034458,
            "stop": 821034545
        }
    ]
}