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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CBC_CAT3/segments?format=api&page=41",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CBC_CAT3/segments?format=api&page=39",
    "results_count": 956,
    "results_per_page": 20,
    "num_pages": 48,
    "page_number": 40,
    "results": [
        {
            "start": 1418069154,
            "stop": 1418070017
        },
        {
            "start": 1418070097,
            "stop": 1418105058
        },
        {
            "start": 1418106078,
            "stop": 1418120050
        },
        {
            "start": 1418126926,
            "stop": 1418164185
        },
        {
            "start": 1418184870,
            "stop": 1418188579
        },
        {
            "start": 1418196717,
            "stop": 1418226165
        },
        {
            "start": 1418226284,
            "stop": 1418227428
        },
        {
            "start": 1418235759,
            "stop": 1418249482
        },
        {
            "start": 1418251420,
            "stop": 1418253295
        },
        {
            "start": 1418261190,
            "stop": 1418282665
        },
        {
            "start": 1418290375,
            "stop": 1418332204
        },
        {
            "start": 1418335570,
            "stop": 1418362387
        },
        {
            "start": 1418365607,
            "stop": 1418401840
        },
        {
            "start": 1418414793,
            "stop": 1418435903
        },
        {
            "start": 1418454642,
            "stop": 1418454883
        },
        {
            "start": 1418460060,
            "stop": 1418470492
        },
        {
            "start": 1418477617,
            "stop": 1418484143
        },
        {
            "start": 1418516480,
            "stop": 1418526743
        },
        {
            "start": 1418533319,
            "stop": 1418536300
        },
        {
            "start": 1418539928,
            "stop": 1418541955
        }
    ]
}