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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4874",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4872",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4873,
    "results": [
        {
            "start": 874789402,
            "stop": 874789431
        },
        {
            "start": 874789451,
            "stop": 874789467
        },
        {
            "start": 874789486,
            "stop": 874789487
        },
        {
            "start": 874789515,
            "stop": 874789550
        },
        {
            "start": 874789571,
            "stop": 874789638
        },
        {
            "start": 874789669,
            "stop": 874789721
        },
        {
            "start": 874789762,
            "stop": 874789832
        },
        {
            "start": 874789865,
            "stop": 874789950
        },
        {
            "start": 874789970,
            "stop": 874789972
        },
        {
            "start": 874790103,
            "stop": 874790126
        },
        {
            "start": 874790160,
            "stop": 874790309
        },
        {
            "start": 874790333,
            "stop": 874790341
        },
        {
            "start": 874790360,
            "stop": 874790370
        },
        {
            "start": 874790390,
            "stop": 874790467
        },
        {
            "start": 874790486,
            "stop": 874790496
        },
        {
            "start": 874790515,
            "stop": 874790556
        },
        {
            "start": 874790595,
            "stop": 874790684
        },
        {
            "start": 874790703,
            "stop": 874790715
        },
        {
            "start": 874790734,
            "stop": 874790738
        },
        {
            "start": 874790757,
            "stop": 874790760
        }
    ]
}