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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=677",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=675",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 676,
    "results": [
        {
            "start": 829708800,
            "stop": 829708839
        },
        {
            "start": 829708843,
            "stop": 829708860
        },
        {
            "start": 829708980,
            "stop": 829708986
        },
        {
            "start": 829708990,
            "stop": 829709002
        },
        {
            "start": 829709005,
            "stop": 829709010
        },
        {
            "start": 829709120,
            "stop": 829709135
        },
        {
            "start": 829709435,
            "stop": 829709578
        },
        {
            "start": 829709584,
            "stop": 829709589
        },
        {
            "start": 829709593,
            "stop": 829709854
        },
        {
            "start": 829709857,
            "stop": 829709917
        },
        {
            "start": 829709920,
            "stop": 829709940
        },
        {
            "start": 829709944,
            "stop": 829709993
        },
        {
            "start": 829709997,
            "stop": 829710028
        },
        {
            "start": 829710032,
            "stop": 829710133
        },
        {
            "start": 829710137,
            "stop": 829710173
        },
        {
            "start": 829710176,
            "stop": 829710204
        },
        {
            "start": 829710207,
            "stop": 829710332
        },
        {
            "start": 829710335,
            "stop": 829710390
        },
        {
            "start": 829710450,
            "stop": 829710458
        },
        {
            "start": 829710462,
            "stop": 829710574
        }
    ]
}