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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=281",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=279",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 280,
    "results": [
        {
            "start": 966565628,
            "stop": 966566403
        },
        {
            "start": 966566406,
            "stop": 966566438
        },
        {
            "start": 966568416,
            "stop": 966613668
        },
        {
            "start": 966616104,
            "stop": 966637313
        },
        {
            "start": 966642146,
            "stop": 966651423
        },
        {
            "start": 966657442,
            "stop": 966697660
        },
        {
            "start": 966723378,
            "stop": 966727622
        },
        {
            "start": 966729881,
            "stop": 966779849
        },
        {
            "start": 966782217,
            "stop": 966783120
        },
        {
            "start": 966785151,
            "stop": 966800591
        },
        {
            "start": 966803258,
            "stop": 966804532
        },
        {
            "start": 966812926,
            "stop": 966871061
        },
        {
            "start": 966872466,
            "stop": 966888160
        },
        {
            "start": 966888163,
            "stop": 966889253
        },
        {
            "start": 966889260,
            "stop": 966889381
        },
        {
            "start": 966889384,
            "stop": 966889426
        },
        {
            "start": 966889434,
            "stop": 966889521
        },
        {
            "start": 966912834,
            "stop": 966916540
        },
        {
            "start": 966920757,
            "stop": 966945611
        },
        {
            "start": 966947490,
            "stop": 967054431
        }
    ]
}