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=14
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=15",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=13",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 14,
    "results": [
        {
            "start": 815890579,
            "stop": 815890608
        },
        {
            "start": 815890615,
            "stop": 815890630
        },
        {
            "start": 815892907,
            "stop": 815895117
        },
        {
            "start": 815895124,
            "stop": 815896808
        },
        {
            "start": 815896815,
            "stop": 815897667
        },
        {
            "start": 815897675,
            "stop": 815897851
        },
        {
            "start": 815897858,
            "stop": 815898040
        },
        {
            "start": 815898047,
            "stop": 815898939
        },
        {
            "start": 815898947,
            "stop": 815901795
        },
        {
            "start": 815901802,
            "stop": 815901943
        },
        {
            "start": 815902260,
            "stop": 815902699
        },
        {
            "start": 815902706,
            "stop": 815903991
        },
        {
            "start": 815903998,
            "stop": 815904913
        },
        {
            "start": 815912574,
            "stop": 815913193
        },
        {
            "start": 815916245,
            "stop": 815916994
        },
        {
            "start": 815917001,
            "stop": 815917028
        },
        {
            "start": 815927183,
            "stop": 815927353
        },
        {
            "start": 815928305,
            "stop": 815928373
        },
        {
            "start": 815931030,
            "stop": 815931081
        },
        {
            "start": 815962530,
            "stop": 815962813
        }
    ]
}