Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9932
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=9933",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9931",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9932,
    "results": [
        {
            "start": 874937700,
            "stop": 874938590
        },
        {
            "start": 874938710,
            "stop": 874939080
        },
        {
            "start": 874939140,
            "stop": 874939440
        },
        {
            "start": 874939457,
            "stop": 874939664
        },
        {
            "start": 874939845,
            "stop": 874939894
        },
        {
            "start": 874940014,
            "stop": 874940240
        },
        {
            "start": 874940414,
            "stop": 874941483
        },
        {
            "start": 874941603,
            "stop": 874941720
        },
        {
            "start": 874941840,
            "stop": 874942020
        },
        {
            "start": 874942080,
            "stop": 874942319
        },
        {
            "start": 874942439,
            "stop": 874942740
        },
        {
            "start": 874942800,
            "stop": 874943051
        },
        {
            "start": 874943220,
            "stop": 874943640
        },
        {
            "start": 874943700,
            "stop": 874944380
        },
        {
            "start": 874944397,
            "stop": 874944475
        },
        {
            "start": 874944479,
            "stop": 874945031
        },
        {
            "start": 874945055,
            "stop": 874945445
        },
        {
            "start": 874953518,
            "stop": 874953540
        },
        {
            "start": 874953600,
            "stop": 874953687
        },
        {
            "start": 874953807,
            "stop": 874953960
        }
    ]
}