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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=375",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=373",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 374,
    "results": [
        {
            "start": 1240771233,
            "stop": 1240771280
        },
        {
            "start": 1240771281,
            "stop": 1240771282
        },
        {
            "start": 1240771284,
            "stop": 1240771303
        },
        {
            "start": 1240771305,
            "stop": 1240771308
        },
        {
            "start": 1240771309,
            "stop": 1240771375
        },
        {
            "start": 1240771377,
            "stop": 1240771379
        },
        {
            "start": 1240771382,
            "stop": 1240771443
        },
        {
            "start": 1240771444,
            "stop": 1240771445
        },
        {
            "start": 1240771448,
            "stop": 1240771641
        },
        {
            "start": 1240771642,
            "stop": 1240771643
        },
        {
            "start": 1240771646,
            "stop": 1240771660
        },
        {
            "start": 1240771663,
            "stop": 1240771677
        },
        {
            "start": 1240771678,
            "stop": 1240771679
        },
        {
            "start": 1240771682,
            "stop": 1240771736
        },
        {
            "start": 1240771738,
            "stop": 1240771810
        },
        {
            "start": 1240771815,
            "stop": 1240771851
        },
        {
            "start": 1240771854,
            "stop": 1240771891
        },
        {
            "start": 1240771892,
            "stop": 1240771898
        },
        {
            "start": 1240771899,
            "stop": 1240771914
        },
        {
            "start": 1240771918,
            "stop": 1240772025
        }
    ]
}