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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=283",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=281",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 282,
    "results": [
        {
            "start": 818365403,
            "stop": 818365528
        },
        {
            "start": 818365588,
            "stop": 818365598
        },
        {
            "start": 818365618,
            "stop": 818365635
        },
        {
            "start": 818365655,
            "stop": 818365724
        },
        {
            "start": 818365804,
            "stop": 818365859
        },
        {
            "start": 818365878,
            "stop": 818365886
        },
        {
            "start": 818365941,
            "stop": 818366169
        },
        {
            "start": 818366207,
            "stop": 818366338
        },
        {
            "start": 818366424,
            "stop": 818366438
        },
        {
            "start": 818366465,
            "stop": 818366468
        },
        {
            "start": 818366487,
            "stop": 818366553
        },
        {
            "start": 818366572,
            "stop": 818366573
        },
        {
            "start": 818366619,
            "stop": 818366629
        },
        {
            "start": 818366650,
            "stop": 818366658
        },
        {
            "start": 818366792,
            "stop": 818366827
        },
        {
            "start": 818366954,
            "stop": 818366990
        },
        {
            "start": 818367010,
            "stop": 818367177
        },
        {
            "start": 818367220,
            "stop": 818367270
        },
        {
            "start": 818367300,
            "stop": 818367309
        },
        {
            "start": 818367348,
            "stop": 818367433
        }
    ]
}