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=296
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=297",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=295",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 296,
    "results": [
        {
            "start": 818510762,
            "stop": 818511002
        },
        {
            "start": 818511028,
            "stop": 818511269
        },
        {
            "start": 818511291,
            "stop": 818511540
        },
        {
            "start": 818511561,
            "stop": 818513090
        },
        {
            "start": 818513143,
            "stop": 818513147
        },
        {
            "start": 818513168,
            "stop": 818513170
        },
        {
            "start": 818513190,
            "stop": 818514234
        },
        {
            "start": 818514256,
            "stop": 818514320
        },
        {
            "start": 818514339,
            "stop": 818514382
        },
        {
            "start": 818514403,
            "stop": 818514542
        },
        {
            "start": 818514562,
            "stop": 818514969
        },
        {
            "start": 818551280,
            "stop": 818551512
        },
        {
            "start": 818551528,
            "stop": 818551964
        },
        {
            "start": 818551984,
            "stop": 818552146
        },
        {
            "start": 818552149,
            "stop": 818552535
        },
        {
            "start": 818552554,
            "stop": 818552761
        },
        {
            "start": 818552781,
            "stop": 818553739
        },
        {
            "start": 818553761,
            "stop": 818553958
        },
        {
            "start": 818553977,
            "stop": 818554554
        },
        {
            "start": 818554575,
            "stop": 818555237
        }
    ]
}