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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=85",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=83",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 84,
    "results": [
        {
            "start": 817595520,
            "stop": 817595560
        },
        {
            "start": 817595700,
            "stop": 817595820
        },
        {
            "start": 817596060,
            "stop": 817596120
        },
        {
            "start": 817596300,
            "stop": 817596386
        },
        {
            "start": 817597348,
            "stop": 817597560
        },
        {
            "start": 817597740,
            "stop": 817597800
        },
        {
            "start": 817597920,
            "stop": 817597984
        },
        {
            "start": 817598160,
            "stop": 817598280
        },
        {
            "start": 817598520,
            "stop": 817598740
        },
        {
            "start": 817598757,
            "stop": 817598760
        },
        {
            "start": 817599060,
            "stop": 817599061
        },
        {
            "start": 817599181,
            "stop": 817599360
        },
        {
            "start": 817599720,
            "stop": 817599840
        },
        {
            "start": 817599900,
            "stop": 817600140
        },
        {
            "start": 817605934,
            "stop": 817606484
        },
        {
            "start": 817606764,
            "stop": 817608300
        },
        {
            "start": 817608360,
            "stop": 817609680
        },
        {
            "start": 817609830,
            "stop": 817609860
        },
        {
            "start": 817611808,
            "stop": 817611840
        },
        {
            "start": 817612512,
            "stop": 817612544
        }
    ]
}