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

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_BURST/segments?format=api&page=37",
    "results_count": 758,
    "results_per_page": 20,
    "num_pages": 38,
    "page_number": 38,
    "results": [
        {
            "start": 970697710,
            "stop": 970697823
        },
        {
            "start": 970714134,
            "stop": 970714247
        },
        {
            "start": 970719430,
            "stop": 970719543
        },
        {
            "start": 970755270,
            "stop": 970755383
        },
        {
            "start": 970785895,
            "stop": 970786007
        },
        {
            "start": 970813583,
            "stop": 970813695
        },
        {
            "start": 970826790,
            "stop": 970826951
        },
        {
            "start": 970906286,
            "stop": 970906447
        },
        {
            "start": 970921826,
            "stop": 970921938
        },
        {
            "start": 970985727,
            "stop": 970985840
        },
        {
            "start": 971029951,
            "stop": 971030112
        },
        {
            "start": 971181406,
            "stop": 971181519
        },
        {
            "start": 971311710,
            "stop": 971311871
        },
        {
            "start": 971432070,
            "stop": 971432231
        },
        {
            "start": 971525439,
            "stop": 971525601
        },
        {
            "start": 971568630,
            "stop": 971568791
        },
        {
            "start": 971604567,
            "stop": 971604974
        },
        {
            "start": 971605766,
            "stop": 971606175
        }
    ]
}