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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=207",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=205",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 206,
    "results": [
        {
            "start": 1239980419,
            "stop": 1239980664
        },
        {
            "start": 1239980666,
            "stop": 1239981022
        },
        {
            "start": 1239981023,
            "stop": 1239981715
        },
        {
            "start": 1239981716,
            "stop": 1239982012
        },
        {
            "start": 1239982014,
            "stop": 1239982451
        },
        {
            "start": 1239982452,
            "stop": 1239982762
        },
        {
            "start": 1239982763,
            "stop": 1239983049
        },
        {
            "start": 1239983050,
            "stop": 1239983171
        },
        {
            "start": 1239983173,
            "stop": 1239983797
        },
        {
            "start": 1239983799,
            "stop": 1239984131
        },
        {
            "start": 1239984134,
            "stop": 1239984302
        },
        {
            "start": 1239984305,
            "stop": 1239984598
        },
        {
            "start": 1239984599,
            "stop": 1239984631
        },
        {
            "start": 1239984632,
            "stop": 1239984793
        },
        {
            "start": 1239984796,
            "stop": 1239986195
        },
        {
            "start": 1239986198,
            "stop": 1239986332
        },
        {
            "start": 1239986333,
            "stop": 1239986493
        },
        {
            "start": 1239986494,
            "stop": 1239987105
        },
        {
            "start": 1239987107,
            "stop": 1239987238
        },
        {
            "start": 1239987239,
            "stop": 1239987390
        }
    ]
}