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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=326",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=324",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 325,
    "results": [
        {
            "start": 821271240,
            "stop": 821271303
        },
        {
            "start": 821271322,
            "stop": 821271352
        },
        {
            "start": 821271371,
            "stop": 821271716
        },
        {
            "start": 821271719,
            "stop": 821272274
        },
        {
            "start": 821272305,
            "stop": 821272400
        },
        {
            "start": 821272419,
            "stop": 821272854
        },
        {
            "start": 821272873,
            "stop": 821273057
        },
        {
            "start": 821273076,
            "stop": 821273114
        },
        {
            "start": 821273149,
            "stop": 821273173
        },
        {
            "start": 821273192,
            "stop": 821273208
        },
        {
            "start": 821273228,
            "stop": 821273265
        },
        {
            "start": 821273284,
            "stop": 821273402
        },
        {
            "start": 821273421,
            "stop": 821273444
        },
        {
            "start": 821273463,
            "stop": 821273532
        },
        {
            "start": 821273551,
            "stop": 821273762
        },
        {
            "start": 821273793,
            "stop": 821274028
        },
        {
            "start": 821274047,
            "stop": 821274406
        },
        {
            "start": 821274425,
            "stop": 821274478
        },
        {
            "start": 821274497,
            "stop": 821274524
        },
        {
            "start": 821274552,
            "stop": 821274784
        }
    ]
}