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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=300",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=298",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 299,
    "results": [
        {
            "start": 940784961,
            "stop": 940791423
        },
        {
            "start": 940843743,
            "stop": 940858847
        },
        {
            "start": 940858854,
            "stop": 940859030
        },
        {
            "start": 940859035,
            "stop": 940859708
        },
        {
            "start": 940859713,
            "stop": 940860117
        },
        {
            "start": 940860123,
            "stop": 940860157
        },
        {
            "start": 940860162,
            "stop": 940860261
        },
        {
            "start": 940860267,
            "stop": 940860531
        },
        {
            "start": 940860537,
            "stop": 940860802
        },
        {
            "start": 940860809,
            "stop": 940860813
        },
        {
            "start": 940860819,
            "stop": 940860892
        },
        {
            "start": 940860898,
            "stop": 940860908
        },
        {
            "start": 940860914,
            "stop": 940861002
        },
        {
            "start": 940861008,
            "stop": 940861019
        },
        {
            "start": 940861028,
            "stop": 940861142
        },
        {
            "start": 940861148,
            "stop": 940861150
        },
        {
            "start": 940861156,
            "stop": 940861162
        },
        {
            "start": 940861168,
            "stop": 940861207
        },
        {
            "start": 940861213,
            "stop": 940861235
        },
        {
            "start": 940862153,
            "stop": 940862467
        }
    ]
}