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=1946
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=1947",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1945",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1946,
    "results": [
        {
            "start": 852065730,
            "stop": 852065987
        },
        {
            "start": 852066619,
            "stop": 852067787
        },
        {
            "start": 852069950,
            "stop": 852069952
        },
        {
            "start": 852069953,
            "stop": 852069955
        },
        {
            "start": 852069958,
            "stop": 852069959
        },
        {
            "start": 852069961,
            "stop": 852069968
        },
        {
            "start": 852069970,
            "stop": 852069973
        },
        {
            "start": 852069975,
            "stop": 852069988
        },
        {
            "start": 852069989,
            "stop": 852069990
        },
        {
            "start": 852069999,
            "stop": 852070000
        },
        {
            "start": 852070001,
            "stop": 852070022
        },
        {
            "start": 852070024,
            "stop": 852070025
        },
        {
            "start": 852070027,
            "stop": 852070039
        },
        {
            "start": 852070040,
            "stop": 852070042
        },
        {
            "start": 852070050,
            "stop": 852070051
        },
        {
            "start": 852070052,
            "stop": 852070054
        },
        {
            "start": 852099630,
            "stop": 852100012
        },
        {
            "start": 852100018,
            "stop": 852100033
        },
        {
            "start": 852100035,
            "stop": 852100364
        },
        {
            "start": 852100474,
            "stop": 852100700
        }
    ]
}