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=9038
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=9039",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9037",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9038,
    "results": [
        {
            "start": 874230774,
            "stop": 874230779
        },
        {
            "start": 874230810,
            "stop": 874230862
        },
        {
            "start": 874230916,
            "stop": 874231305
        },
        {
            "start": 874231328,
            "stop": 874231431
        },
        {
            "start": 874231448,
            "stop": 874231783
        },
        {
            "start": 874231802,
            "stop": 874232022
        },
        {
            "start": 874232041,
            "stop": 874232078
        },
        {
            "start": 874232097,
            "stop": 874232227
        },
        {
            "start": 874232246,
            "stop": 874232505
        },
        {
            "start": 874232522,
            "stop": 874232555
        },
        {
            "start": 874232608,
            "stop": 874232957
        },
        {
            "start": 874232976,
            "stop": 874233004
        },
        {
            "start": 874233023,
            "stop": 874233223
        },
        {
            "start": 874233242,
            "stop": 874233708
        },
        {
            "start": 874233725,
            "stop": 874233822
        },
        {
            "start": 874233864,
            "stop": 874233880
        },
        {
            "start": 874233899,
            "stop": 874233961
        },
        {
            "start": 874233989,
            "stop": 874234042
        },
        {
            "start": 874234065,
            "stop": 874234079
        },
        {
            "start": 874234098,
            "stop": 874234337
        }
    ]
}