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=443
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=444",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=442",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 443,
    "results": [
        {
            "start": 944539836,
            "stop": 944545055
        },
        {
            "start": 944551614,
            "stop": 944555598
        },
        {
            "start": 944555600,
            "stop": 944567558
        },
        {
            "start": 944567560,
            "stop": 944570761
        },
        {
            "start": 944573186,
            "stop": 944580132
        },
        {
            "start": 944581447,
            "stop": 944582437
        },
        {
            "start": 944583263,
            "stop": 944584817
        },
        {
            "start": 944584818,
            "stop": 944585191
        },
        {
            "start": 944585193,
            "stop": 944585287
        },
        {
            "start": 944585290,
            "stop": 944585378
        },
        {
            "start": 944585382,
            "stop": 944585620
        },
        {
            "start": 944585624,
            "stop": 944585626
        },
        {
            "start": 944585628,
            "stop": 944585646
        },
        {
            "start": 944585647,
            "stop": 944585649
        },
        {
            "start": 944585650,
            "stop": 944585715
        },
        {
            "start": 944591884,
            "stop": 944592520
        },
        {
            "start": 944592597,
            "stop": 944593288
        },
        {
            "start": 944597320,
            "stop": 944599159
        },
        {
            "start": 944601277,
            "stop": 944602343
        },
        {
            "start": 944606252,
            "stop": 944609260
        }
    ]
}