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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=170",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=168",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 169,
    "results": [
        {
            "start": 931427698,
            "stop": 931427710
        },
        {
            "start": 931427712,
            "stop": 931427719
        },
        {
            "start": 931427721,
            "stop": 931427722
        },
        {
            "start": 931427724,
            "stop": 931427763
        },
        {
            "start": 931427765,
            "stop": 931427780
        },
        {
            "start": 931427782,
            "stop": 931427786
        },
        {
            "start": 931427788,
            "stop": 931427791
        },
        {
            "start": 931427792,
            "stop": 931427793
        },
        {
            "start": 931427798,
            "stop": 931427801
        },
        {
            "start": 931427803,
            "stop": 931427809
        },
        {
            "start": 931427811,
            "stop": 931427823
        },
        {
            "start": 931427825,
            "stop": 931427827
        },
        {
            "start": 931427831,
            "stop": 931427854
        },
        {
            "start": 931427856,
            "stop": 931427874
        },
        {
            "start": 931427875,
            "stop": 931427886
        },
        {
            "start": 931427888,
            "stop": 931427899
        },
        {
            "start": 931427901,
            "stop": 931427959
        },
        {
            "start": 931427960,
            "stop": 931427978
        },
        {
            "start": 931427980,
            "stop": 931427982
        },
        {
            "start": 931427984,
            "stop": 931427992
        }
    ]
}