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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3592",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3590",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3591,
    "results": [
        {
            "start": 871883929,
            "stop": 871884497
        },
        {
            "start": 871884514,
            "stop": 871884723
        },
        {
            "start": 871884740,
            "stop": 871885366
        },
        {
            "start": 871885383,
            "stop": 871885487
        },
        {
            "start": 871885504,
            "stop": 871886073
        },
        {
            "start": 871886102,
            "stop": 871886179
        },
        {
            "start": 871886196,
            "stop": 871886371
        },
        {
            "start": 871886388,
            "stop": 871886454
        },
        {
            "start": 871886471,
            "stop": 871888556
        },
        {
            "start": 871888573,
            "stop": 871890714
        },
        {
            "start": 871890731,
            "stop": 871892768
        },
        {
            "start": 871892785,
            "stop": 871893336
        },
        {
            "start": 871893354,
            "stop": 871894225
        },
        {
            "start": 871894242,
            "stop": 871895017
        },
        {
            "start": 871895050,
            "stop": 871895071
        },
        {
            "start": 871895088,
            "stop": 871895296
        },
        {
            "start": 871895313,
            "stop": 871895342
        },
        {
            "start": 871895359,
            "stop": 871895369
        },
        {
            "start": 871895386,
            "stop": 871895782
        },
        {
            "start": 871895799,
            "stop": 871895861
        }
    ]
}