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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8792",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8790",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8791,
    "results": [
        {
            "start": 873669010,
            "stop": 873669512
        },
        {
            "start": 873669632,
            "stop": 873669840
        },
        {
            "start": 873669960,
            "stop": 873669966
        },
        {
            "start": 873671769,
            "stop": 873671820
        },
        {
            "start": 873671880,
            "stop": 873672240
        },
        {
            "start": 873672300,
            "stop": 873672518
        },
        {
            "start": 873672535,
            "stop": 873675682
        },
        {
            "start": 873675790,
            "stop": 873676558
        },
        {
            "start": 873676566,
            "stop": 873677016
        },
        {
            "start": 873699420,
            "stop": 873699480
        },
        {
            "start": 873700260,
            "stop": 873700320
        },
        {
            "start": 873700380,
            "stop": 873700440
        },
        {
            "start": 873700560,
            "stop": 873700620
        },
        {
            "start": 873700776,
            "stop": 873700860
        },
        {
            "start": 873700920,
            "stop": 873701314
        },
        {
            "start": 873701321,
            "stop": 873701640
        },
        {
            "start": 873701700,
            "stop": 873702420
        },
        {
            "start": 873702480,
            "stop": 873702900
        },
        {
            "start": 873702960,
            "stop": 873709550
        },
        {
            "start": 873709630,
            "stop": 873710700
        }
    ]
}