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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=78",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=76",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 77,
    "results": [
        {
            "start": 818830860,
            "stop": 818831833
        },
        {
            "start": 818832578,
            "stop": 818839823
        },
        {
            "start": 818839830,
            "stop": 818844175
        },
        {
            "start": 818844182,
            "stop": 818844680
        },
        {
            "start": 818844688,
            "stop": 818846701
        },
        {
            "start": 818846708,
            "stop": 818848748
        },
        {
            "start": 818848755,
            "stop": 818857415
        },
        {
            "start": 818857422,
            "stop": 818860172
        },
        {
            "start": 818860185,
            "stop": 818860213
        },
        {
            "start": 818862107,
            "stop": 818867482
        },
        {
            "start": 818867486,
            "stop": 818867923
        },
        {
            "start": 818868104,
            "stop": 818872447
        },
        {
            "start": 818872454,
            "stop": 818875788
        },
        {
            "start": 818875795,
            "stop": 818878573
        },
        {
            "start": 818880188,
            "stop": 818880242
        },
        {
            "start": 818880249,
            "stop": 818883193
        },
        {
            "start": 818883464,
            "stop": 818885353
        },
        {
            "start": 818885398,
            "stop": 818885399
        },
        {
            "start": 818886084,
            "stop": 818888293
        },
        {
            "start": 818888296,
            "stop": 818888297
        }
    ]
}