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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7110",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7108",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7109,
    "results": [
        {
            "start": 874660579,
            "stop": 874660751
        },
        {
            "start": 874660754,
            "stop": 874660770
        },
        {
            "start": 874660773,
            "stop": 874660891
        },
        {
            "start": 874660894,
            "stop": 874660924
        },
        {
            "start": 874660927,
            "stop": 874661241
        },
        {
            "start": 874661244,
            "stop": 874661710
        },
        {
            "start": 874661713,
            "stop": 874662015
        },
        {
            "start": 874662018,
            "stop": 874662060
        },
        {
            "start": 874662240,
            "stop": 874662300
        },
        {
            "start": 874662484,
            "stop": 874662540
        },
        {
            "start": 874663260,
            "stop": 874663280
        },
        {
            "start": 874663284,
            "stop": 874663285
        },
        {
            "start": 874663288,
            "stop": 874663320
        },
        {
            "start": 874663380,
            "stop": 874663440
        },
        {
            "start": 874663800,
            "stop": 874663860
        },
        {
            "start": 874663920,
            "stop": 874664074
        },
        {
            "start": 874664077,
            "stop": 874664150
        },
        {
            "start": 874664156,
            "stop": 874665633
        },
        {
            "start": 874665638,
            "stop": 874665800
        },
        {
            "start": 874665805,
            "stop": 874667725
        }
    ]
}