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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=90",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=88",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 89,
    "results": [
        {
            "start": 931611430,
            "stop": 931611562
        },
        {
            "start": 931611580,
            "stop": 931611588
        },
        {
            "start": 931611975,
            "stop": 931612004
        },
        {
            "start": 931612022,
            "stop": 931612068
        },
        {
            "start": 931612085,
            "stop": 931612113
        },
        {
            "start": 931612131,
            "stop": 931612163
        },
        {
            "start": 931612193,
            "stop": 931612317
        },
        {
            "start": 931612320,
            "stop": 931612333
        },
        {
            "start": 931612335,
            "stop": 931612347
        },
        {
            "start": 931612350,
            "stop": 931612362
        },
        {
            "start": 931612365,
            "stop": 931612377
        },
        {
            "start": 931612380,
            "stop": 931612392
        },
        {
            "start": 931612395,
            "stop": 931612422
        },
        {
            "start": 931612424,
            "stop": 931612448
        },
        {
            "start": 931612468,
            "stop": 931612502
        },
        {
            "start": 931612520,
            "stop": 931612540
        },
        {
            "start": 931612557,
            "stop": 931612759
        },
        {
            "start": 931612777,
            "stop": 931612844
        },
        {
            "start": 931612862,
            "stop": 931612964
        },
        {
            "start": 931613008,
            "stop": 931613047
        }
    ]
}