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=149
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=150",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=148",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 149,
    "results": [
        {
            "start": 1381580595,
            "stop": 1381584018
        },
        {
            "start": 1381584023,
            "stop": 1381586913
        },
        {
            "start": 1381586918,
            "stop": 1381587752
        },
        {
            "start": 1381588846,
            "stop": 1381589116
        },
        {
            "start": 1381614722,
            "stop": 1381614935
        },
        {
            "start": 1381614940,
            "stop": 1381615126
        },
        {
            "start": 1381615131,
            "stop": 1381616197
        },
        {
            "start": 1381617204,
            "stop": 1381621046
        },
        {
            "start": 1381621051,
            "stop": 1381629198
        },
        {
            "start": 1381634778,
            "stop": 1381635152
        },
        {
            "start": 1381635157,
            "stop": 1381637541
        },
        {
            "start": 1381637544,
            "stop": 1381641207
        },
        {
            "start": 1381641212,
            "stop": 1381641403
        },
        {
            "start": 1381641408,
            "stop": 1381641691
        },
        {
            "start": 1381641695,
            "stop": 1381652312
        },
        {
            "start": 1381652317,
            "stop": 1381652345
        },
        {
            "start": 1381652350,
            "stop": 1381657032
        },
        {
            "start": 1381657037,
            "stop": 1381668854
        },
        {
            "start": 1381668857,
            "stop": 1381677600
        },
        {
            "start": 1381677605,
            "stop": 1381678442
        }
    ]
}