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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=800",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=798",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 799,
    "results": [
        {
            "start": 866690177,
            "stop": 866698414
        },
        {
            "start": 866699051,
            "stop": 866711278
        },
        {
            "start": 866712245,
            "stop": 866718900
        },
        {
            "start": 866718960,
            "stop": 866719758
        },
        {
            "start": 866726448,
            "stop": 866736330
        },
        {
            "start": 866736390,
            "stop": 866736406
        },
        {
            "start": 866738815,
            "stop": 866740523
        },
        {
            "start": 866740525,
            "stop": 866741858
        },
        {
            "start": 866741865,
            "stop": 866741867
        },
        {
            "start": 866742116,
            "stop": 866762130
        },
        {
            "start": 866762190,
            "stop": 866762250
        },
        {
            "start": 866762310,
            "stop": 866762348
        },
        {
            "start": 866763911,
            "stop": 866766930
        },
        {
            "start": 866766990,
            "stop": 866769580
        },
        {
            "start": 866769581,
            "stop": 866769630
        },
        {
            "start": 866769690,
            "stop": 866770515
        },
        {
            "start": 866770516,
            "stop": 866770589
        },
        {
            "start": 866770593,
            "stop": 866770770
        },
        {
            "start": 866770830,
            "stop": 866770890
        },
        {
            "start": 866770950,
            "stop": 866770951
        }
    ]
}