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=4904
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=4905",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4903",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4904,
    "results": [
        {
            "start": 874261396,
            "stop": 874261433
        },
        {
            "start": 874261458,
            "stop": 874261483
        },
        {
            "start": 874261511,
            "stop": 874261557
        },
        {
            "start": 874261577,
            "stop": 874261610
        },
        {
            "start": 874261654,
            "stop": 874261658
        },
        {
            "start": 874261689,
            "stop": 874261706
        },
        {
            "start": 874261725,
            "stop": 874261786
        },
        {
            "start": 874261822,
            "stop": 874261829
        },
        {
            "start": 874261890,
            "stop": 874261892
        },
        {
            "start": 874261912,
            "stop": 874261971
        },
        {
            "start": 874261990,
            "stop": 874262023
        },
        {
            "start": 874262074,
            "stop": 874262093
        },
        {
            "start": 874262112,
            "stop": 874262134
        },
        {
            "start": 874262189,
            "stop": 874262198
        },
        {
            "start": 874262226,
            "stop": 874262239
        },
        {
            "start": 874262275,
            "stop": 874262320
        },
        {
            "start": 874262339,
            "stop": 874262367
        },
        {
            "start": 874262391,
            "stop": 874262404
        },
        {
            "start": 874262423,
            "stop": 874262469
        },
        {
            "start": 874262489,
            "stop": 874262503
        }
    ]
}