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_CAT2/segments?format=api&page=344
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=345",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=343",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 344,
    "results": [
        {
            "start": 829238443,
            "stop": 829238449
        },
        {
            "start": 829238451,
            "stop": 829238455
        },
        {
            "start": 829238459,
            "stop": 829238461
        },
        {
            "start": 829238463,
            "stop": 829238465
        },
        {
            "start": 829238471,
            "stop": 829238474
        },
        {
            "start": 829238476,
            "stop": 829238480
        },
        {
            "start": 829238482,
            "stop": 829238490
        },
        {
            "start": 829238494,
            "stop": 829238502
        },
        {
            "start": 829238508,
            "stop": 829238511
        },
        {
            "start": 829238513,
            "stop": 829238518
        },
        {
            "start": 829238521,
            "stop": 829238527
        },
        {
            "start": 829238529,
            "stop": 829238532
        },
        {
            "start": 829238535,
            "stop": 829238562
        },
        {
            "start": 829238563,
            "stop": 829238571
        },
        {
            "start": 829238573,
            "stop": 829238575
        },
        {
            "start": 829238578,
            "stop": 829238579
        },
        {
            "start": 829238583,
            "stop": 829238585
        },
        {
            "start": 829238587,
            "stop": 829238588
        },
        {
            "start": 829238593,
            "stop": 829238597
        },
        {
            "start": 829238599,
            "stop": 829238600
        }
    ]
}