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=323
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=324",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=322",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 323,
    "results": [
        {
            "start": 933948235,
            "stop": 933948468
        },
        {
            "start": 933951212,
            "stop": 933951755
        },
        {
            "start": 933951757,
            "stop": 933951764
        },
        {
            "start": 933951766,
            "stop": 933951782
        },
        {
            "start": 933951784,
            "stop": 933951789
        },
        {
            "start": 933951791,
            "stop": 933951807
        },
        {
            "start": 933951810,
            "stop": 933951814
        },
        {
            "start": 933951817,
            "stop": 933951831
        },
        {
            "start": 933951835,
            "stop": 933955185
        },
        {
            "start": 933955187,
            "stop": 933955331
        },
        {
            "start": 933955333,
            "stop": 933955354
        },
        {
            "start": 933955356,
            "stop": 933955380
        },
        {
            "start": 933955382,
            "stop": 933955388
        },
        {
            "start": 933955390,
            "stop": 933955406
        },
        {
            "start": 933955409,
            "stop": 933955413
        },
        {
            "start": 933955415,
            "stop": 933955430
        },
        {
            "start": 933955433,
            "stop": 933955617
        },
        {
            "start": 933955620,
            "stop": 933958952
        },
        {
            "start": 933958954,
            "stop": 933959007
        },
        {
            "start": 933959009,
            "stop": 933959012
        }
    ]
}