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=271
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=272",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=270",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 271,
    "results": [
        {
            "start": 1242421320,
            "stop": 1242421608
        },
        {
            "start": 1242421609,
            "stop": 1242421632
        },
        {
            "start": 1242421633,
            "stop": 1242421634
        },
        {
            "start": 1242421635,
            "stop": 1242421725
        },
        {
            "start": 1242421728,
            "stop": 1242421823
        },
        {
            "start": 1242421825,
            "stop": 1242422419
        },
        {
            "start": 1242422420,
            "stop": 1242424576
        },
        {
            "start": 1242424578,
            "stop": 1242430202
        },
        {
            "start": 1242430296,
            "stop": 1242430495
        },
        {
            "start": 1242430584,
            "stop": 1242430607
        },
        {
            "start": 1242430758,
            "stop": 1242435584
        },
        {
            "start": 1242435616,
            "stop": 1242451080
        },
        {
            "start": 1242451137,
            "stop": 1242482433
        },
        {
            "start": 1242504001,
            "stop": 1242576112
        },
        {
            "start": 1242576175,
            "stop": 1242590387
        },
        {
            "start": 1242610599,
            "stop": 1242638610
        },
        {
            "start": 1242645735,
            "stop": 1242655364
        },
        {
            "start": 1242655457,
            "stop": 1242655740
        },
        {
            "start": 1242658959,
            "stop": 1242673360
        },
        {
            "start": 1242681136,
            "stop": 1242687266
        }
    ]
}