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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1881",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1879",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1880,
    "results": [
        {
            "start": 845730585,
            "stop": 845730597
        },
        {
            "start": 845730605,
            "stop": 845730672
        },
        {
            "start": 845730678,
            "stop": 845734996
        },
        {
            "start": 845801191,
            "stop": 845811390
        },
        {
            "start": 845812640,
            "stop": 845813286
        },
        {
            "start": 845813792,
            "stop": 845815980
        },
        {
            "start": 845816016,
            "stop": 845816538
        },
        {
            "start": 845966391,
            "stop": 845995660
        },
        {
            "start": 845995663,
            "stop": 845998955
        },
        {
            "start": 845998965,
            "stop": 845998996
        },
        {
            "start": 845998997,
            "stop": 845999772
        },
        {
            "start": 845999832,
            "stop": 846001388
        },
        {
            "start": 846001391,
            "stop": 846003515
        },
        {
            "start": 846003518,
            "stop": 846004347
        },
        {
            "start": 846004353,
            "stop": 846004995
        },
        {
            "start": 846005000,
            "stop": 846005986
        },
        {
            "start": 846005998,
            "stop": 846006335
        },
        {
            "start": 846006388,
            "stop": 846007335
        },
        {
            "start": 846007340,
            "stop": 846007360
        },
        {
            "start": 846007370,
            "stop": 846007375
        }
    ]
}