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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6495",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6493",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6494,
    "results": [
        {
            "start": 874154963,
            "stop": 874154998
        },
        {
            "start": 874155000,
            "stop": 874155007
        },
        {
            "start": 874155008,
            "stop": 874155014
        },
        {
            "start": 874155015,
            "stop": 874155022
        },
        {
            "start": 874155023,
            "stop": 874155582
        },
        {
            "start": 874155584,
            "stop": 874155700
        },
        {
            "start": 874155701,
            "stop": 874156275
        },
        {
            "start": 874156277,
            "stop": 874156486
        },
        {
            "start": 874156487,
            "stop": 874157587
        },
        {
            "start": 874157588,
            "stop": 874157735
        },
        {
            "start": 874157736,
            "stop": 874157737
        },
        {
            "start": 874157738,
            "stop": 874157751
        },
        {
            "start": 874157752,
            "stop": 874158261
        },
        {
            "start": 874158262,
            "stop": 874158303
        },
        {
            "start": 874158304,
            "stop": 874158498
        },
        {
            "start": 874158500,
            "stop": 874158509
        },
        {
            "start": 874158510,
            "stop": 874158858
        },
        {
            "start": 874158860,
            "stop": 874159373
        },
        {
            "start": 874159374,
            "stop": 874159483
        },
        {
            "start": 874159484,
            "stop": 874159877
        }
    ]
}