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/S6/timelines/H1_CW_CAT1/segments?format=api&page=93
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=94",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=92",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 93,
    "results": [
        {
            "start": 946836960,
            "stop": 946839545
        },
        {
            "start": 946839547,
            "stop": 946840605
        },
        {
            "start": 946845091,
            "stop": 946846165
        },
        {
            "start": 946847415,
            "stop": 946847497
        },
        {
            "start": 946851386,
            "stop": 946854941
        },
        {
            "start": 946858213,
            "stop": 946868814
        },
        {
            "start": 946869580,
            "stop": 946909179
        },
        {
            "start": 946918503,
            "stop": 946919019
        },
        {
            "start": 946920330,
            "stop": 946920405
        },
        {
            "start": 946922189,
            "stop": 946923034
        },
        {
            "start": 946925898,
            "stop": 946928267
        },
        {
            "start": 946929618,
            "stop": 946930033
        },
        {
            "start": 946933903,
            "stop": 946934193
        },
        {
            "start": 946939911,
            "stop": 946939968
        },
        {
            "start": 946941137,
            "stop": 946941886
        },
        {
            "start": 946949672,
            "stop": 946962846
        },
        {
            "start": 946966021,
            "stop": 946994768
        },
        {
            "start": 946995332,
            "stop": 946995995
        },
        {
            "start": 946997515,
            "stop": 946997752
        },
        {
            "start": 947000296,
            "stop": 947001655
        }
    ]
}