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=81
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=82",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=80",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 81,
    "results": [
        {
            "start": 817959916,
            "stop": 817978569
        },
        {
            "start": 817978598,
            "stop": 817985460
        },
        {
            "start": 817985640,
            "stop": 817993610
        },
        {
            "start": 817993750,
            "stop": 817995650
        },
        {
            "start": 817995730,
            "stop": 817996588
        },
        {
            "start": 817996592,
            "stop": 817996614
        },
        {
            "start": 817996618,
            "stop": 817999870
        },
        {
            "start": 817999874,
            "stop": 818000220
        },
        {
            "start": 818000280,
            "stop": 818000400
        },
        {
            "start": 818000460,
            "stop": 818003647
        },
        {
            "start": 818003706,
            "stop": 818005920
        },
        {
            "start": 818005980,
            "stop": 818006220
        },
        {
            "start": 818006460,
            "stop": 818006472
        },
        {
            "start": 818006754,
            "stop": 818006990
        },
        {
            "start": 818007070,
            "stop": 818007120
        },
        {
            "start": 818007180,
            "stop": 818007660
        },
        {
            "start": 818007720,
            "stop": 818007780
        },
        {
            "start": 818007910,
            "stop": 818008140
        },
        {
            "start": 818008200,
            "stop": 818008260
        },
        {
            "start": 818008390,
            "stop": 818009460
        }
    ]
}