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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10247",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10245",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10246,
    "results": [
        {
            "start": 874569914,
            "stop": 874572510
        },
        {
            "start": 874573802,
            "stop": 874577309
        },
        {
            "start": 874577345,
            "stop": 874577535
        },
        {
            "start": 874577571,
            "stop": 874577577
        },
        {
            "start": 874577622,
            "stop": 874577846
        },
        {
            "start": 874577921,
            "stop": 874577975
        },
        {
            "start": 874578013,
            "stop": 874578081
        },
        {
            "start": 874578129,
            "stop": 874578527
        },
        {
            "start": 874578593,
            "stop": 874578610
        },
        {
            "start": 874578648,
            "stop": 874578980
        },
        {
            "start": 874579042,
            "stop": 874579075
        },
        {
            "start": 874579113,
            "stop": 874579178
        },
        {
            "start": 874579214,
            "stop": 874579876
        },
        {
            "start": 874579912,
            "stop": 874580375
        },
        {
            "start": 874580411,
            "stop": 874580539
        },
        {
            "start": 874580575,
            "stop": 874580631
        },
        {
            "start": 874580681,
            "stop": 874580848
        },
        {
            "start": 874580884,
            "stop": 874581136
        },
        {
            "start": 874581172,
            "stop": 874581254
        },
        {
            "start": 874581294,
            "stop": 874581737
        }
    ]
}