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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=217",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=215",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 216,
    "results": [
        {
            "start": 1184140201,
            "stop": 1184183809
        },
        {
            "start": 1184183811,
            "stop": 1184184520
        },
        {
            "start": 1184184521,
            "stop": 1184184749
        },
        {
            "start": 1184184750,
            "stop": 1184184754
        },
        {
            "start": 1184184755,
            "stop": 1184185078
        },
        {
            "start": 1184185079,
            "stop": 1184185084
        },
        {
            "start": 1184185085,
            "stop": 1184185151
        },
        {
            "start": 1184185152,
            "stop": 1184222699
        },
        {
            "start": 1184225096,
            "stop": 1184243993
        },
        {
            "start": 1184245880,
            "stop": 1184247981
        },
        {
            "start": 1184247994,
            "stop": 1184247997
        },
        {
            "start": 1184248000,
            "stop": 1184248001
        },
        {
            "start": 1184248003,
            "stop": 1184263140
        },
        {
            "start": 1184267244,
            "stop": 1184292720
        },
        {
            "start": 1184296186,
            "stop": 1184325540
        },
        {
            "start": 1184336564,
            "stop": 1184346731
        },
        {
            "start": 1184364324,
            "stop": 1184364904
        },
        {
            "start": 1184365756,
            "stop": 1184370360
        },
        {
            "start": 1184402109,
            "stop": 1184421027
        },
        {
            "start": 1184456811,
            "stop": 1184459568
        }
    ]
}