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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=267",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=265",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 266,
    "results": [
        {
            "start": 840527945,
            "stop": 840528064
        },
        {
            "start": 840528065,
            "stop": 840528089
        },
        {
            "start": 840528091,
            "stop": 840528243
        },
        {
            "start": 840530008,
            "stop": 840530114
        },
        {
            "start": 840530116,
            "stop": 840535066
        },
        {
            "start": 840535068,
            "stop": 840535601
        },
        {
            "start": 840535604,
            "stop": 840538999
        },
        {
            "start": 840539001,
            "stop": 840539806
        },
        {
            "start": 840539808,
            "stop": 840539840
        },
        {
            "start": 840539843,
            "stop": 840539929
        },
        {
            "start": 840539931,
            "stop": 840539941
        },
        {
            "start": 840539943,
            "stop": 840540077
        },
        {
            "start": 840540079,
            "stop": 840540111
        },
        {
            "start": 840540112,
            "stop": 840540255
        },
        {
            "start": 840540424,
            "stop": 840540438
        },
        {
            "start": 840555939,
            "stop": 840556063
        },
        {
            "start": 840556065,
            "stop": 840556324
        },
        {
            "start": 840556326,
            "stop": 840557364
        },
        {
            "start": 840557480,
            "stop": 840557866
        },
        {
            "start": 840561862,
            "stop": 840561871
        }
    ]
}