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/S6/timelines/H1_CBCHIGH_CAT2/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/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=238",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=236",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 237,
    "results": [
        {
            "start": 931731862,
            "stop": 931731863
        },
        {
            "start": 931731864,
            "stop": 931731871
        },
        {
            "start": 931731873,
            "stop": 931731877
        },
        {
            "start": 931731879,
            "stop": 931731883
        },
        {
            "start": 931731884,
            "stop": 931731888
        },
        {
            "start": 931731891,
            "stop": 931731894
        },
        {
            "start": 931731896,
            "stop": 931731897
        },
        {
            "start": 931731901,
            "stop": 931731908
        },
        {
            "start": 931731910,
            "stop": 931731913
        },
        {
            "start": 931731914,
            "stop": 931731916
        },
        {
            "start": 931731918,
            "stop": 931731940
        },
        {
            "start": 931731944,
            "stop": 931731974
        },
        {
            "start": 931731978,
            "stop": 931731986
        },
        {
            "start": 931731988,
            "stop": 931731997
        },
        {
            "start": 931731998,
            "stop": 931732007
        },
        {
            "start": 931732009,
            "stop": 931732010
        },
        {
            "start": 931732012,
            "stop": 931732034
        },
        {
            "start": 931732041,
            "stop": 931732045
        },
        {
            "start": 931732046,
            "stop": 931732050
        },
        {
            "start": 931732052,
            "stop": 931732059
        }
    ]
}