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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=323",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=321",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 322,
    "results": [
        {
            "start": 1181038162,
            "stop": 1181038188
        },
        {
            "start": 1181038194,
            "stop": 1181038259
        },
        {
            "start": 1181038260,
            "stop": 1181038486
        },
        {
            "start": 1181038499,
            "stop": 1181038617
        },
        {
            "start": 1181038625,
            "stop": 1181039088
        },
        {
            "start": 1181039091,
            "stop": 1181039112
        },
        {
            "start": 1181039114,
            "stop": 1181039115
        },
        {
            "start": 1181039117,
            "stop": 1181039247
        },
        {
            "start": 1181039250,
            "stop": 1181039933
        },
        {
            "start": 1181039934,
            "stop": 1181039942
        },
        {
            "start": 1181039945,
            "stop": 1181041850
        },
        {
            "start": 1181041851,
            "stop": 1181044022
        },
        {
            "start": 1181044023,
            "stop": 1181045745
        },
        {
            "start": 1181045749,
            "stop": 1181045789
        },
        {
            "start": 1181045790,
            "stop": 1181045958
        },
        {
            "start": 1181045959,
            "stop": 1181046179
        },
        {
            "start": 1181046182,
            "stop": 1181046188
        },
        {
            "start": 1181046191,
            "stop": 1181046272
        },
        {
            "start": 1181046276,
            "stop": 1181046662
        },
        {
            "start": 1181046663,
            "stop": 1181046702
        }
    ]
}