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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9858",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9856",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9857,
    "results": [
        {
            "start": 874192260,
            "stop": 874192281
        },
        {
            "start": 874192298,
            "stop": 874192320
        },
        {
            "start": 874192500,
            "stop": 874192510
        },
        {
            "start": 874192630,
            "stop": 874192860
        },
        {
            "start": 874192980,
            "stop": 874193040
        },
        {
            "start": 874193280,
            "stop": 874193340
        },
        {
            "start": 874193400,
            "stop": 874193580
        },
        {
            "start": 874194343,
            "stop": 874194360
        },
        {
            "start": 874194720,
            "stop": 874194729
        },
        {
            "start": 874194746,
            "stop": 874194755
        },
        {
            "start": 874194772,
            "stop": 874194960
        },
        {
            "start": 874195020,
            "stop": 874195140
        },
        {
            "start": 874195200,
            "stop": 874195320
        },
        {
            "start": 874195440,
            "stop": 874195923
        },
        {
            "start": 874196043,
            "stop": 874196332
        },
        {
            "start": 874196452,
            "stop": 874196525
        },
        {
            "start": 874196542,
            "stop": 874196703
        },
        {
            "start": 874196720,
            "stop": 874196940
        },
        {
            "start": 874197060,
            "stop": 874197240
        },
        {
            "start": 874197360,
            "stop": 874197900
        }
    ]
}