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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=265",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=263",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 264,
    "results": [
        {
            "start": 1241903688,
            "stop": 1241906660
        },
        {
            "start": 1241912375,
            "stop": 1241912609
        },
        {
            "start": 1241912666,
            "stop": 1241936855
        },
        {
            "start": 1241939952,
            "stop": 1241987836
        },
        {
            "start": 1241987937,
            "stop": 1241993474
        },
        {
            "start": 1242003997,
            "stop": 1242013696
        },
        {
            "start": 1242014096,
            "stop": 1242018985
        },
        {
            "start": 1242019080,
            "stop": 1242040778
        },
        {
            "start": 1242058844,
            "stop": 1242059202
        },
        {
            "start": 1242064175,
            "stop": 1242084150
        },
        {
            "start": 1242086990,
            "stop": 1242153099
        },
        {
            "start": 1242155529,
            "stop": 1242160663
        },
        {
            "start": 1242164142,
            "stop": 1242176187
        },
        {
            "start": 1242189932,
            "stop": 1242220007
        },
        {
            "start": 1242236977,
            "stop": 1242255605
        },
        {
            "start": 1242258118,
            "stop": 1242267566
        },
        {
            "start": 1242279527,
            "stop": 1242300702
        },
        {
            "start": 1242302779,
            "stop": 1242305009
        },
        {
            "start": 1242305010,
            "stop": 1242305663
        },
        {
            "start": 1242305664,
            "stop": 1242305883
        }
    ]
}