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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14412",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14410",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14411,
    "results": [
        {
            "start": 971448322,
            "stop": 971448441
        },
        {
            "start": 971448445,
            "stop": 971448478
        },
        {
            "start": 971448480,
            "stop": 971448530
        },
        {
            "start": 971448533,
            "stop": 971448562
        },
        {
            "start": 971448565,
            "stop": 971448682
        },
        {
            "start": 971448684,
            "stop": 971448752
        },
        {
            "start": 971448754,
            "stop": 971448770
        },
        {
            "start": 971448771,
            "stop": 971448799
        },
        {
            "start": 971448802,
            "stop": 971448822
        },
        {
            "start": 971448826,
            "stop": 971448858
        },
        {
            "start": 971448859,
            "stop": 971448860
        },
        {
            "start": 971448862,
            "stop": 971448879
        },
        {
            "start": 971448880,
            "stop": 971448881
        },
        {
            "start": 971448884,
            "stop": 971448904
        },
        {
            "start": 971448908,
            "stop": 971448912
        },
        {
            "start": 971448914,
            "stop": 971448934
        },
        {
            "start": 971448936,
            "stop": 971448951
        },
        {
            "start": 971448952,
            "stop": 971448963
        },
        {
            "start": 971448965,
            "stop": 971448967
        },
        {
            "start": 971448969,
            "stop": 971448972
        }
    ]
}