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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=130",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=128",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 129,
    "results": [
        {
            "start": 817796520,
            "stop": 817802048
        },
        {
            "start": 817802065,
            "stop": 817805952
        },
        {
            "start": 817805984,
            "stop": 817808108
        },
        {
            "start": 817808125,
            "stop": 817820032
        },
        {
            "start": 817820064,
            "stop": 817821220
        },
        {
            "start": 817822357,
            "stop": 817823616
        },
        {
            "start": 817823648,
            "stop": 817824105
        },
        {
            "start": 817824123,
            "stop": 817824390
        },
        {
            "start": 817827579,
            "stop": 817831232
        },
        {
            "start": 817831264,
            "stop": 817832888
        },
        {
            "start": 817833008,
            "stop": 817833039
        },
        {
            "start": 817833159,
            "stop": 817833536
        },
        {
            "start": 817833568,
            "stop": 817834063
        },
        {
            "start": 817834244,
            "stop": 817834487
        },
        {
            "start": 817834490,
            "stop": 817834504
        },
        {
            "start": 817834696,
            "stop": 817834723
        },
        {
            "start": 817834904,
            "stop": 817835792
        },
        {
            "start": 817835912,
            "stop": 817839344
        },
        {
            "start": 817840292,
            "stop": 817840831
        },
        {
            "start": 817840834,
            "stop": 817841650
        }
    ]
}