Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1968
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=1969",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1967",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1968,
    "results": [
        {
            "start": 1253332244,
            "stop": 1253332277
        },
        {
            "start": 1253340532,
            "stop": 1253343699
        },
        {
            "start": 1253343702,
            "stop": 1253345005
        },
        {
            "start": 1253345008,
            "stop": 1253346392
        },
        {
            "start": 1253346395,
            "stop": 1253346816
        },
        {
            "start": 1253346818,
            "stop": 1253347764
        },
        {
            "start": 1253347767,
            "stop": 1253350395
        },
        {
            "start": 1253350403,
            "stop": 1253350662
        },
        {
            "start": 1253350664,
            "stop": 1253351742
        },
        {
            "start": 1253351745,
            "stop": 1253351902
        },
        {
            "start": 1253351905,
            "stop": 1253354598
        },
        {
            "start": 1253354600,
            "stop": 1253356871
        },
        {
            "start": 1253356874,
            "stop": 1253358951
        },
        {
            "start": 1253358954,
            "stop": 1253359036
        },
        {
            "start": 1253359039,
            "stop": 1253363409
        },
        {
            "start": 1253363412,
            "stop": 1253365301
        },
        {
            "start": 1253365304,
            "stop": 1253366946
        },
        {
            "start": 1253366949,
            "stop": 1253367156
        },
        {
            "start": 1253367164,
            "stop": 1253367964
        },
        {
            "start": 1253367973,
            "stop": 1253371546
        }
    ]
}