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=183
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=184",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=182",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 183,
    "results": [
        {
            "start": 956582806,
            "stop": 956582814
        },
        {
            "start": 956582817,
            "stop": 956582819
        },
        {
            "start": 956582826,
            "stop": 956582828
        },
        {
            "start": 956582833,
            "stop": 956582844
        },
        {
            "start": 956582853,
            "stop": 956582866
        },
        {
            "start": 956582872,
            "stop": 956582905
        },
        {
            "start": 956582913,
            "stop": 956582916
        },
        {
            "start": 956582924,
            "stop": 956583021
        },
        {
            "start": 956583024,
            "stop": 956583165
        },
        {
            "start": 956583168,
            "stop": 956583293
        },
        {
            "start": 956583296,
            "stop": 956583304
        },
        {
            "start": 956583313,
            "stop": 956583343
        },
        {
            "start": 956583349,
            "stop": 956583357
        },
        {
            "start": 956583360,
            "stop": 956583361
        },
        {
            "start": 956583365,
            "stop": 956583491
        },
        {
            "start": 956583499,
            "stop": 956583500
        },
        {
            "start": 956583513,
            "stop": 956583534
        },
        {
            "start": 956583538,
            "stop": 956583558
        },
        {
            "start": 956583561,
            "stop": 956583603
        },
        {
            "start": 956583609,
            "stop": 956583626
        }
    ]
}