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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=59",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=57",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 58,
    "results": [
        {
            "start": 817245622,
            "stop": 817245806
        },
        {
            "start": 817245815,
            "stop": 817246345
        },
        {
            "start": 817246374,
            "stop": 817246427
        },
        {
            "start": 817246434,
            "stop": 817246471
        },
        {
            "start": 817246485,
            "stop": 817246499
        },
        {
            "start": 817246506,
            "stop": 817246530
        },
        {
            "start": 817246538,
            "stop": 817246545
        },
        {
            "start": 817246556,
            "stop": 817246700
        },
        {
            "start": 817246729,
            "stop": 817246930
        },
        {
            "start": 817246938,
            "stop": 817247517
        },
        {
            "start": 817248222,
            "stop": 817248296
        },
        {
            "start": 817248305,
            "stop": 817248321
        },
        {
            "start": 817248330,
            "stop": 817248340
        },
        {
            "start": 817248347,
            "stop": 817248357
        },
        {
            "start": 817248386,
            "stop": 817248413
        },
        {
            "start": 817249073,
            "stop": 817249121
        },
        {
            "start": 817249129,
            "stop": 817249215
        },
        {
            "start": 817249222,
            "stop": 817249779
        },
        {
            "start": 817249788,
            "stop": 817252174
        },
        {
            "start": 817252203,
            "stop": 817252914
        }
    ]
}