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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=136",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=134",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 135,
    "results": [
        {
            "start": 1239160086,
            "stop": 1239160289
        },
        {
            "start": 1239160294,
            "stop": 1239160378
        },
        {
            "start": 1239160386,
            "stop": 1239160411
        },
        {
            "start": 1239160416,
            "stop": 1239160425
        },
        {
            "start": 1239160432,
            "stop": 1239160450
        },
        {
            "start": 1239160454,
            "stop": 1239160685
        },
        {
            "start": 1239160689,
            "stop": 1239160855
        },
        {
            "start": 1239160860,
            "stop": 1239160864
        },
        {
            "start": 1239160869,
            "stop": 1239160873
        },
        {
            "start": 1239160877,
            "stop": 1239161058
        },
        {
            "start": 1239161062,
            "stop": 1239161115
        },
        {
            "start": 1239161120,
            "stop": 1239161489
        },
        {
            "start": 1239161493,
            "stop": 1239161779
        },
        {
            "start": 1239161783,
            "stop": 1239161894
        },
        {
            "start": 1239161898,
            "stop": 1239161907
        },
        {
            "start": 1239161914,
            "stop": 1239161942
        },
        {
            "start": 1239161947,
            "stop": 1239161973
        },
        {
            "start": 1239161976,
            "stop": 1239162156
        },
        {
            "start": 1239162160,
            "stop": 1239162258
        },
        {
            "start": 1239162262,
            "stop": 1239162266
        }
    ]
}