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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=131",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=129",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 130,
    "results": [
        {
            "start": 1258055227,
            "stop": 1258057311
        },
        {
            "start": 1258057312,
            "stop": 1258057428
        },
        {
            "start": 1258057431,
            "stop": 1258059451
        },
        {
            "start": 1258059454,
            "stop": 1258060653
        },
        {
            "start": 1258060656,
            "stop": 1258060671
        },
        {
            "start": 1258060672,
            "stop": 1258061912
        },
        {
            "start": 1258061915,
            "stop": 1258063536
        },
        {
            "start": 1258063539,
            "stop": 1258065552
        },
        {
            "start": 1258065555,
            "stop": 1258066421
        },
        {
            "start": 1258066424,
            "stop": 1258066639
        },
        {
            "start": 1258066642,
            "stop": 1258068692
        },
        {
            "start": 1258069525,
            "stop": 1258069814
        },
        {
            "start": 1258069817,
            "stop": 1258069965
        },
        {
            "start": 1258069968,
            "stop": 1258072756
        },
        {
            "start": 1258072762,
            "stop": 1258073274
        },
        {
            "start": 1258073277,
            "stop": 1258074624
        },
        {
            "start": 1258074627,
            "stop": 1258074907
        },
        {
            "start": 1258074910,
            "stop": 1258075744
        },
        {
            "start": 1258075747,
            "stop": 1258077553
        },
        {
            "start": 1258077560,
            "stop": 1258077585
        }
    ]
}