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=8795
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=8796",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8794",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8795,
    "results": [
        {
            "start": 873741670,
            "stop": 873741960
        },
        {
            "start": 873742020,
            "stop": 873742172
        },
        {
            "start": 873742292,
            "stop": 873742380
        },
        {
            "start": 873742440,
            "stop": 873742500
        },
        {
            "start": 873742560,
            "stop": 873742620
        },
        {
            "start": 873742680,
            "stop": 873742920
        },
        {
            "start": 873742980,
            "stop": 873743220
        },
        {
            "start": 873743340,
            "stop": 873743450
        },
        {
            "start": 873743590,
            "stop": 873743880
        },
        {
            "start": 873744036,
            "stop": 873744120
        },
        {
            "start": 873744180,
            "stop": 873744232
        },
        {
            "start": 873744272,
            "stop": 873744300
        },
        {
            "start": 873744420,
            "stop": 873744720
        },
        {
            "start": 873744840,
            "stop": 873744900
        },
        {
            "start": 873744960,
            "stop": 873745020
        },
        {
            "start": 873745080,
            "stop": 873745200
        },
        {
            "start": 873745260,
            "stop": 873745328
        },
        {
            "start": 873746777,
            "stop": 873746880
        },
        {
            "start": 873746940,
            "stop": 873746946
        },
        {
            "start": 873747095,
            "stop": 873747229
        }
    ]
}