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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT1/segments?format=api&page=10",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT1/segments?format=api&page=8",
    "results_count": 535,
    "results_per_page": 20,
    "num_pages": 27,
    "page_number": 9,
    "results": [
        {
            "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": 1242314885
        },
        {
            "start": 1242314977,
            "stop": 1242316392
        },
        {
            "start": 1242326532,
            "stop": 1242345888
        },
        {
            "start": 1242346157,
            "stop": 1242389438
        },
        {
            "start": 1242401390,
            "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
        }
    ]
}