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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2417",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2415",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2416,
    "results": [
        {
            "start": 873416172,
            "stop": 873419151
        },
        {
            "start": 873419158,
            "stop": 873419161
        },
        {
            "start": 873419175,
            "stop": 873419394
        },
        {
            "start": 873419419,
            "stop": 873419760
        },
        {
            "start": 873419940,
            "stop": 873420000
        },
        {
            "start": 873420060,
            "stop": 873424459
        },
        {
            "start": 873431820,
            "stop": 873431880
        },
        {
            "start": 873432120,
            "stop": 873432240
        },
        {
            "start": 873432300,
            "stop": 873432360
        },
        {
            "start": 873432420,
            "stop": 873432660
        },
        {
            "start": 873432840,
            "stop": 873433020
        },
        {
            "start": 873433200,
            "stop": 873433260
        },
        {
            "start": 873433380,
            "stop": 873433440
        },
        {
            "start": 873433560,
            "stop": 873433800
        },
        {
            "start": 873433860,
            "stop": 873433920
        },
        {
            "start": 873433980,
            "stop": 873435990
        },
        {
            "start": 873436080,
            "stop": 873436439
        },
        {
            "start": 873436549,
            "stop": 873436623
        },
        {
            "start": 873436923,
            "stop": 873440575
        },
        {
            "start": 873440592,
            "stop": 873443896
        }
    ]
}