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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7431",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7429",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7430,
    "results": [
        {
            "start": 969890454,
            "stop": 969890567
        },
        {
            "start": 969890807,
            "stop": 969890927
        },
        {
            "start": 969891287,
            "stop": 969891527
        },
        {
            "start": 969891647,
            "stop": 969891887
        },
        {
            "start": 969892187,
            "stop": 969892247
        },
        {
            "start": 969892367,
            "stop": 969892547
        },
        {
            "start": 969892667,
            "stop": 969892727
        },
        {
            "start": 969892847,
            "stop": 969893255
        },
        {
            "start": 969893258,
            "stop": 969893374
        },
        {
            "start": 969894047,
            "stop": 969894167
        },
        {
            "start": 969894347,
            "stop": 969894366
        },
        {
            "start": 969894369,
            "stop": 969894373
        },
        {
            "start": 969894377,
            "stop": 969894407
        },
        {
            "start": 969894410,
            "stop": 969894467
        },
        {
            "start": 969894587,
            "stop": 969894827
        },
        {
            "start": 969895094,
            "stop": 969895131
        },
        {
            "start": 969895614,
            "stop": 969895633
        },
        {
            "start": 969895636,
            "stop": 969895676
        },
        {
            "start": 969895679,
            "stop": 969895731
        },
        {
            "start": 969895734,
            "stop": 969895762
        }
    ]
}