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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=209",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=207",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 208,
    "results": [
        {
            "start": 1387609824,
            "stop": 1387620599
        },
        {
            "start": 1387620604,
            "stop": 1387624980
        },
        {
            "start": 1387624985,
            "stop": 1387628375
        },
        {
            "start": 1387628380,
            "stop": 1387630181
        },
        {
            "start": 1387630186,
            "stop": 1387639341
        },
        {
            "start": 1387640435,
            "stop": 1387640693
        },
        {
            "start": 1387640698,
            "stop": 1387640718
        },
        {
            "start": 1387644720,
            "stop": 1387645806
        },
        {
            "start": 1387645811,
            "stop": 1387646225
        },
        {
            "start": 1387646230,
            "stop": 1387646485
        },
        {
            "start": 1387646490,
            "stop": 1387646561
        },
        {
            "start": 1387646682,
            "stop": 1387647638
        },
        {
            "start": 1387647643,
            "stop": 1387648019
        },
        {
            "start": 1387648024,
            "stop": 1387650146
        },
        {
            "start": 1387650151,
            "stop": 1387652356
        },
        {
            "start": 1387652359,
            "stop": 1387653523
        },
        {
            "start": 1387653528,
            "stop": 1387653539
        },
        {
            "start": 1387653544,
            "stop": 1387654850
        },
        {
            "start": 1387654855,
            "stop": 1387655064
        },
        {
            "start": 1387655069,
            "stop": 1387656522
        }
    ]
}