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_CBCLOW_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_CBCLOW_CAT4/segments?format=api&page=170",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=168",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 169,
    "results": [
        {
            "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
        },
        {
            "start": 931427996,
            "stop": 931428003
        },
        {
            "start": 931428005,
            "stop": 931428023
        },
        {
            "start": 931428025,
            "stop": 931428031
        },
        {
            "start": 931428034,
            "stop": 931428041
        },
        {
            "start": 931428044,
            "stop": 931428047
        }
    ]
}