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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4113",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4111",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4112,
    "results": [
        {
            "start": 874230916,
            "stop": 874230934
        },
        {
            "start": 874230953,
            "stop": 874231077
        },
        {
            "start": 874231096,
            "stop": 874231114
        },
        {
            "start": 874231133,
            "stop": 874231215
        },
        {
            "start": 874231234,
            "stop": 874231272
        },
        {
            "start": 874231291,
            "stop": 874231489
        },
        {
            "start": 874231508,
            "stop": 874231658
        },
        {
            "start": 874231677,
            "stop": 874231782
        },
        {
            "start": 874231801,
            "stop": 874231828
        },
        {
            "start": 874231847,
            "stop": 874231886
        },
        {
            "start": 874231906,
            "stop": 874231998
        },
        {
            "start": 874232018,
            "stop": 874232165
        },
        {
            "start": 874232184,
            "stop": 874232305
        },
        {
            "start": 874232332,
            "stop": 874232419
        },
        {
            "start": 874232438,
            "stop": 874232500
        },
        {
            "start": 874232549,
            "stop": 874232652
        },
        {
            "start": 874232694,
            "stop": 874232769
        },
        {
            "start": 874232908,
            "stop": 874232934
        },
        {
            "start": 874232968,
            "stop": 874233104
        },
        {
            "start": 874233123,
            "stop": 874233162
        }
    ]
}