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=563
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=564",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=562",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 563,
    "results": [
        {
            "start": 827364533,
            "stop": 827364546
        },
        {
            "start": 827364846,
            "stop": 827366216
        },
        {
            "start": 827366326,
            "stop": 827366414
        },
        {
            "start": 827366714,
            "stop": 827369423
        },
        {
            "start": 827369533,
            "stop": 827369610
        },
        {
            "start": 827369910,
            "stop": 827370466
        },
        {
            "start": 827370772,
            "stop": 827372681
        },
        {
            "start": 827372709,
            "stop": 827373540
        },
        {
            "start": 827373959,
            "stop": 827375189
        },
        {
            "start": 827375299,
            "stop": 827375730
        },
        {
            "start": 827376030,
            "stop": 827378052
        },
        {
            "start": 827378069,
            "stop": 827378520
        },
        {
            "start": 827378701,
            "stop": 827379603
        },
        {
            "start": 827379903,
            "stop": 827381096
        },
        {
            "start": 827381116,
            "stop": 827381461
        },
        {
            "start": 827381482,
            "stop": 827381493
        },
        {
            "start": 827381512,
            "stop": 827381873
        },
        {
            "start": 827381893,
            "stop": 827381973
        },
        {
            "start": 827382002,
            "stop": 827382071
        },
        {
            "start": 827382090,
            "stop": 827383155
        }
    ]
}