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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=221",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=219",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 220,
    "results": [
        {
            "start": 847361610,
            "stop": 847361620
        },
        {
            "start": 847361625,
            "stop": 847361833
        },
        {
            "start": 847361876,
            "stop": 847364767
        },
        {
            "start": 847364771,
            "stop": 847364777
        },
        {
            "start": 847364780,
            "stop": 847364883
        },
        {
            "start": 847364887,
            "stop": 847365009
        },
        {
            "start": 847365018,
            "stop": 847371989
        },
        {
            "start": 847371993,
            "stop": 847372087
        },
        {
            "start": 847372091,
            "stop": 847376785
        },
        {
            "start": 847376789,
            "stop": 847376842
        },
        {
            "start": 847376847,
            "stop": 847380555
        },
        {
            "start": 847380574,
            "stop": 847380581
        },
        {
            "start": 847380584,
            "stop": 847381286
        },
        {
            "start": 847381289,
            "stop": 847381420
        },
        {
            "start": 847381423,
            "stop": 847381428
        },
        {
            "start": 847382390,
            "stop": 847383202
        },
        {
            "start": 847383206,
            "stop": 847383317
        },
        {
            "start": 847383320,
            "stop": 847383613
        },
        {
            "start": 847396581,
            "stop": 847402627
        },
        {
            "start": 847404960,
            "stop": 847417093
        }
    ]
}