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=207
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=208",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=206",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 207,
    "results": [
        {
            "start": 1239987393,
            "stop": 1239987794
        },
        {
            "start": 1239987797,
            "stop": 1239990139
        },
        {
            "start": 1239990140,
            "stop": 1239990356
        },
        {
            "start": 1239990357,
            "stop": 1239990359
        },
        {
            "start": 1239990360,
            "stop": 1239990389
        },
        {
            "start": 1239990392,
            "stop": 1239990699
        },
        {
            "start": 1239990700,
            "stop": 1239991524
        },
        {
            "start": 1239991527,
            "stop": 1239991628
        },
        {
            "start": 1239991629,
            "stop": 1239991757
        },
        {
            "start": 1239991759,
            "stop": 1239992496
        },
        {
            "start": 1239992504,
            "stop": 1239992819
        },
        {
            "start": 1239992820,
            "stop": 1239992858
        },
        {
            "start": 1239992859,
            "stop": 1239992860
        },
        {
            "start": 1239992861,
            "stop": 1239992958
        },
        {
            "start": 1239992959,
            "stop": 1239992960
        },
        {
            "start": 1239992961,
            "stop": 1239993035
        },
        {
            "start": 1239993037,
            "stop": 1239993177
        },
        {
            "start": 1239993178,
            "stop": 1239993180
        },
        {
            "start": 1239993181,
            "stop": 1239993278
        },
        {
            "start": 1239993279,
            "stop": 1239993282
        }
    ]
}