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=309
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=310",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=308",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 309,
    "results": [
        {
            "start": 818509040,
            "stop": 818509533
        },
        {
            "start": 818509554,
            "stop": 818509674
        },
        {
            "start": 818509694,
            "stop": 818510244
        },
        {
            "start": 818510263,
            "stop": 818510714
        },
        {
            "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
        }
    ]
}