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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1070",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1068",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1069,
    "results": [
        {
            "start": 1253141889,
            "stop": 1253141944
        },
        {
            "start": 1253141947,
            "stop": 1253141985
        },
        {
            "start": 1253141988,
            "stop": 1253142026
        },
        {
            "start": 1253142030,
            "stop": 1253142035
        },
        {
            "start": 1253142038,
            "stop": 1253142043
        },
        {
            "start": 1253142050,
            "stop": 1253142069
        },
        {
            "start": 1253142072,
            "stop": 1253142095
        },
        {
            "start": 1253142099,
            "stop": 1253142172
        },
        {
            "start": 1253142177,
            "stop": 1253142182
        },
        {
            "start": 1253142187,
            "stop": 1253142276
        },
        {
            "start": 1253142282,
            "stop": 1253142302
        },
        {
            "start": 1253142305,
            "stop": 1253142323
        },
        {
            "start": 1253142328,
            "stop": 1253142435
        },
        {
            "start": 1253142440,
            "stop": 1253142467
        },
        {
            "start": 1253142472,
            "stop": 1253142486
        },
        {
            "start": 1253142491,
            "stop": 1253142568
        },
        {
            "start": 1253142573,
            "stop": 1253142586
        },
        {
            "start": 1253142589,
            "stop": 1253142592
        },
        {
            "start": 1253142597,
            "stop": 1253142765
        },
        {
            "start": 1253142770,
            "stop": 1253142771
        }
    ]
}