Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=406
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=407",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=405",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 406,
    "results": [
        {
            "start": 935578012,
            "stop": 935582310
        },
        {
            "start": 935582312,
            "stop": 935586466
        },
        {
            "start": 935589327,
            "stop": 935596791
        },
        {
            "start": 935598275,
            "stop": 935601033
        },
        {
            "start": 935604250,
            "stop": 935608696
        },
        {
            "start": 935609962,
            "stop": 935610986
        },
        {
            "start": 935610989,
            "stop": 935615614
        },
        {
            "start": 935615616,
            "stop": 935621952
        },
        {
            "start": 935622144,
            "stop": 935636990
        },
        {
            "start": 935636993,
            "stop": 935637005
        },
        {
            "start": 935637008,
            "stop": 935637036
        },
        {
            "start": 935637038,
            "stop": 935637040
        },
        {
            "start": 935639180,
            "stop": 935652884
        },
        {
            "start": 935657326,
            "stop": 935659746
        },
        {
            "start": 935659747,
            "stop": 935676126
        },
        {
            "start": 935676129,
            "stop": 935676820
        },
        {
            "start": 935676823,
            "stop": 935676835
        },
        {
            "start": 935676838,
            "stop": 935676866
        },
        {
            "start": 935676868,
            "stop": 935679818
        },
        {
            "start": 935689166,
            "stop": 935690117
        }
    ]
}