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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8167",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8165",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8166,
    "results": [
        {
            "start": 971005324,
            "stop": 971005344
        },
        {
            "start": 971005347,
            "stop": 971005358
        },
        {
            "start": 971005364,
            "stop": 971005420
        },
        {
            "start": 971005423,
            "stop": 971005485
        },
        {
            "start": 971005488,
            "stop": 971005508
        },
        {
            "start": 971005511,
            "stop": 971005527
        },
        {
            "start": 971005531,
            "stop": 971005537
        },
        {
            "start": 971005543,
            "stop": 971005546
        },
        {
            "start": 971005549,
            "stop": 971005588
        },
        {
            "start": 971005591,
            "stop": 971005637
        },
        {
            "start": 971005640,
            "stop": 971005642
        },
        {
            "start": 971005645,
            "stop": 971005652
        },
        {
            "start": 971005657,
            "stop": 971005670
        },
        {
            "start": 971005673,
            "stop": 971005725
        },
        {
            "start": 971005728,
            "stop": 971005778
        },
        {
            "start": 971005781,
            "stop": 971005795
        },
        {
            "start": 971005798,
            "stop": 971005823
        },
        {
            "start": 971005826,
            "stop": 971005875
        },
        {
            "start": 971005878,
            "stop": 971005885
        },
        {
            "start": 971005888,
            "stop": 971005909
        }
    ]
}