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=240
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=241",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=239",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 240,
    "results": [
        {
            "start": 931736488,
            "stop": 931736494
        },
        {
            "start": 931736495,
            "stop": 931736504
        },
        {
            "start": 931736506,
            "stop": 931736511
        },
        {
            "start": 931736513,
            "stop": 931736525
        },
        {
            "start": 931736527,
            "stop": 931736544
        },
        {
            "start": 931736546,
            "stop": 931736689
        },
        {
            "start": 931736691,
            "stop": 931736852
        },
        {
            "start": 931736853,
            "stop": 931736857
        },
        {
            "start": 931736859,
            "stop": 931736906
        },
        {
            "start": 931736908,
            "stop": 931736931
        },
        {
            "start": 931736933,
            "stop": 931736934
        },
        {
            "start": 931736936,
            "stop": 931736937
        },
        {
            "start": 931736938,
            "stop": 931736945
        },
        {
            "start": 931736947,
            "stop": 931736959
        },
        {
            "start": 931736961,
            "stop": 931736989
        },
        {
            "start": 931736993,
            "stop": 931737003
        },
        {
            "start": 931737006,
            "stop": 931737016
        },
        {
            "start": 931737018,
            "stop": 931737024
        },
        {
            "start": 931737025,
            "stop": 931737029
        },
        {
            "start": 931737030,
            "stop": 931737034
        }
    ]
}