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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=446",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=444",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 445,
    "results": [
        {
            "start": 821775681,
            "stop": 821775686
        },
        {
            "start": 821775689,
            "stop": 821775700
        },
        {
            "start": 821775704,
            "stop": 821775705
        },
        {
            "start": 821775708,
            "stop": 821775720
        },
        {
            "start": 821775727,
            "stop": 821775729
        },
        {
            "start": 821775732,
            "stop": 821775734
        },
        {
            "start": 821775737,
            "stop": 821775739
        },
        {
            "start": 821775742,
            "stop": 821775751
        },
        {
            "start": 821775754,
            "stop": 821775755
        },
        {
            "start": 821775758,
            "stop": 821775764
        },
        {
            "start": 821775767,
            "stop": 821775771
        },
        {
            "start": 821775774,
            "stop": 821775779
        },
        {
            "start": 821775782,
            "stop": 821775788
        },
        {
            "start": 821775791,
            "stop": 821775794
        },
        {
            "start": 821775799,
            "stop": 821775801
        },
        {
            "start": 821775810,
            "stop": 821775811
        },
        {
            "start": 821775814,
            "stop": 821775816
        },
        {
            "start": 821775819,
            "stop": 821775828
        },
        {
            "start": 821775831,
            "stop": 821775832
        },
        {
            "start": 821775839,
            "stop": 821775843
        }
    ]
}