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=8876
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=8877",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8875",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8876,
    "results": [
        {
            "start": 873194400,
            "stop": 873195141
        },
        {
            "start": 873195160,
            "stop": 873195418
        },
        {
            "start": 873195458,
            "stop": 873195469
        },
        {
            "start": 873195486,
            "stop": 873195493
        },
        {
            "start": 873195521,
            "stop": 873195525
        },
        {
            "start": 873195553,
            "stop": 873195597
        },
        {
            "start": 873195616,
            "stop": 873195617
        },
        {
            "start": 873195636,
            "stop": 873195897
        },
        {
            "start": 873195921,
            "stop": 873195932
        },
        {
            "start": 873195964,
            "stop": 873195977
        },
        {
            "start": 873195996,
            "stop": 873196044
        },
        {
            "start": 873196063,
            "stop": 873196218
        },
        {
            "start": 873196237,
            "stop": 873196238
        },
        {
            "start": 873196257,
            "stop": 873196336
        },
        {
            "start": 873196385,
            "stop": 873196463
        },
        {
            "start": 873196482,
            "stop": 873196487
        },
        {
            "start": 873196513,
            "stop": 873196550
        },
        {
            "start": 873196586,
            "stop": 873196931
        },
        {
            "start": 873196997,
            "stop": 873197041
        },
        {
            "start": 873197060,
            "stop": 873197084
        }
    ]
}