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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8894",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8892",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8893,
    "results": [
        {
            "start": 873269682,
            "stop": 873269702
        },
        {
            "start": 873269719,
            "stop": 873269861
        },
        {
            "start": 873269880,
            "stop": 873269962
        },
        {
            "start": 873269979,
            "stop": 873270538
        },
        {
            "start": 873270558,
            "stop": 873271307
        },
        {
            "start": 873271324,
            "stop": 873271796
        },
        {
            "start": 873271815,
            "stop": 873271884
        },
        {
            "start": 873271901,
            "stop": 873272115
        },
        {
            "start": 873272132,
            "stop": 873273413
        },
        {
            "start": 873273433,
            "stop": 873274050
        },
        {
            "start": 873275310,
            "stop": 873275337
        },
        {
            "start": 873275356,
            "stop": 873276094
        },
        {
            "start": 873276111,
            "stop": 873276319
        },
        {
            "start": 873276336,
            "stop": 873276868
        },
        {
            "start": 873276903,
            "stop": 873276985
        },
        {
            "start": 873277004,
            "stop": 873277054
        },
        {
            "start": 873277074,
            "stop": 873277109
        },
        {
            "start": 873277129,
            "stop": 873277168
        },
        {
            "start": 873277187,
            "stop": 873277470
        },
        {
            "start": 873277490,
            "stop": 873277536
        }
    ]
}