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=17
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=18",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=16",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 17,
    "results": [
        {
            "start": 931161864,
            "stop": 931161867
        },
        {
            "start": 931161870,
            "stop": 931161879
        },
        {
            "start": 931161882,
            "stop": 931161890
        },
        {
            "start": 931161893,
            "stop": 931161894
        },
        {
            "start": 931161897,
            "stop": 931161906
        },
        {
            "start": 931161912,
            "stop": 931161914
        },
        {
            "start": 931161920,
            "stop": 931161928
        },
        {
            "start": 931161932,
            "stop": 931161936
        },
        {
            "start": 931161945,
            "stop": 931161947
        },
        {
            "start": 931161950,
            "stop": 931161957
        },
        {
            "start": 931161961,
            "stop": 931161965
        },
        {
            "start": 931161968,
            "stop": 931161972
        },
        {
            "start": 931161977,
            "stop": 931161978
        },
        {
            "start": 931161987,
            "stop": 931161989
        },
        {
            "start": 931161992,
            "stop": 931161993
        },
        {
            "start": 931162003,
            "stop": 931162006
        },
        {
            "start": 931162009,
            "stop": 931162017
        },
        {
            "start": 931162040,
            "stop": 931162041
        },
        {
            "start": 931162044,
            "stop": 931162045
        },
        {
            "start": 931162054,
            "stop": 931162057
        }
    ]
}