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=1981
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=1982",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1980",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1981,
    "results": [
        {
            "start": 1253489737,
            "stop": 1253490595
        },
        {
            "start": 1253490597,
            "stop": 1253490880
        },
        {
            "start": 1253490882,
            "stop": 1253492614
        },
        {
            "start": 1253492617,
            "stop": 1253493142
        },
        {
            "start": 1253493145,
            "stop": 1253493151
        },
        {
            "start": 1253493154,
            "stop": 1253493435
        },
        {
            "start": 1253493436,
            "stop": 1253493778
        },
        {
            "start": 1253493780,
            "stop": 1253493782
        },
        {
            "start": 1253493784,
            "stop": 1253494335
        },
        {
            "start": 1253494338,
            "stop": 1253494926
        },
        {
            "start": 1253494927,
            "stop": 1253496823
        },
        {
            "start": 1253496826,
            "stop": 1253499165
        },
        {
            "start": 1253499168,
            "stop": 1253500023
        },
        {
            "start": 1253500026,
            "stop": 1253503476
        },
        {
            "start": 1253503479,
            "stop": 1253503928
        },
        {
            "start": 1253503936,
            "stop": 1253504673
        },
        {
            "start": 1253504674,
            "stop": 1253506450
        },
        {
            "start": 1253506453,
            "stop": 1253507520
        },
        {
            "start": 1253508094,
            "stop": 1253510448
        },
        {
            "start": 1253510449,
            "stop": 1253510522
        }
    ]
}