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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14877",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14875",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14876,
    "results": [
        {
            "start": 971411406,
            "stop": 971411409
        },
        {
            "start": 971411410,
            "stop": 971411411
        },
        {
            "start": 971411412,
            "stop": 971411416
        },
        {
            "start": 971411417,
            "stop": 971411420
        },
        {
            "start": 971411421,
            "stop": 971411432
        },
        {
            "start": 971411433,
            "stop": 971411437
        },
        {
            "start": 971411439,
            "stop": 971411441
        },
        {
            "start": 971411446,
            "stop": 971411447
        },
        {
            "start": 971411450,
            "stop": 971411451
        },
        {
            "start": 971411452,
            "stop": 971411456
        },
        {
            "start": 971411458,
            "stop": 971411460
        },
        {
            "start": 971411461,
            "stop": 971411462
        },
        {
            "start": 971411463,
            "stop": 971411467
        },
        {
            "start": 971411468,
            "stop": 971411471
        },
        {
            "start": 971411474,
            "stop": 971411480
        },
        {
            "start": 971411481,
            "stop": 971411485
        },
        {
            "start": 971411488,
            "stop": 971411489
        },
        {
            "start": 971411492,
            "stop": 971411502
        },
        {
            "start": 971411503,
            "stop": 971411505
        },
        {
            "start": 971411506,
            "stop": 971411507
        }
    ]
}