Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=149
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=150",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=148",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 149,
    "results": [
        {
            "start": 931594896,
            "stop": 931594897
        },
        {
            "start": 931594900,
            "stop": 931594909
        },
        {
            "start": 931594912,
            "stop": 931594914
        },
        {
            "start": 931594917,
            "stop": 931594937
        },
        {
            "start": 931594940,
            "stop": 931594941
        },
        {
            "start": 931594945,
            "stop": 931594946
        },
        {
            "start": 931594948,
            "stop": 931594949
        },
        {
            "start": 931594952,
            "stop": 931594953
        },
        {
            "start": 931594956,
            "stop": 931594967
        },
        {
            "start": 931594970,
            "stop": 931594971
        },
        {
            "start": 931594974,
            "stop": 931594979
        },
        {
            "start": 931594982,
            "stop": 931594986
        },
        {
            "start": 931594989,
            "stop": 931594994
        },
        {
            "start": 931594997,
            "stop": 931595004
        },
        {
            "start": 931595007,
            "stop": 931595009
        },
        {
            "start": 931595012,
            "stop": 931595016
        },
        {
            "start": 931595019,
            "stop": 931595026
        },
        {
            "start": 931595028,
            "stop": 931595037
        },
        {
            "start": 931595040,
            "stop": 931595041
        },
        {
            "start": 931595043,
            "stop": 931595045
        }
    ]
}