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_CAT3/segments?format=api&page=72
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=73",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=71",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 72,
    "results": [
        {
            "start": 1238776465,
            "stop": 1238776745
        },
        {
            "start": 1238776748,
            "stop": 1238776911
        },
        {
            "start": 1238776914,
            "stop": 1238777096
        },
        {
            "start": 1238777099,
            "stop": 1238780653
        },
        {
            "start": 1238780656,
            "stop": 1238780887
        },
        {
            "start": 1238780888,
            "stop": 1238783715
        },
        {
            "start": 1238783716,
            "stop": 1238783930
        },
        {
            "start": 1238783931,
            "stop": 1238785197
        },
        {
            "start": 1238790677,
            "stop": 1238791921
        },
        {
            "start": 1238791924,
            "stop": 1238791932
        },
        {
            "start": 1238792260,
            "stop": 1238792440
        },
        {
            "start": 1238792443,
            "stop": 1238793088
        },
        {
            "start": 1238793089,
            "stop": 1238794280
        },
        {
            "start": 1238794283,
            "stop": 1238794909
        },
        {
            "start": 1238794912,
            "stop": 1238795358
        },
        {
            "start": 1238795361,
            "stop": 1238796414
        },
        {
            "start": 1238796415,
            "stop": 1238796417
        },
        {
            "start": 1238796419,
            "stop": 1238796420
        },
        {
            "start": 1238796422,
            "stop": 1238796427
        },
        {
            "start": 1238796428,
            "stop": 1238796471
        }
    ]
}