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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=118",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=116",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 117,
    "results": [
        {
            "start": 816949435,
            "stop": 816949501
        },
        {
            "start": 816949530,
            "stop": 816949533
        },
        {
            "start": 816949565,
            "stop": 816949573
        },
        {
            "start": 816949593,
            "stop": 816949608
        },
        {
            "start": 816949665,
            "stop": 816949674
        },
        {
            "start": 816949768,
            "stop": 816949777
        },
        {
            "start": 816949797,
            "stop": 816949818
        },
        {
            "start": 816949850,
            "stop": 816949878
        },
        {
            "start": 816949939,
            "stop": 816949943
        },
        {
            "start": 816949992,
            "stop": 816949996
        },
        {
            "start": 816950029,
            "stop": 816950039
        },
        {
            "start": 816950059,
            "stop": 816950064
        },
        {
            "start": 816950095,
            "stop": 816950107
        },
        {
            "start": 816950151,
            "stop": 816950157
        },
        {
            "start": 816950191,
            "stop": 816950221
        },
        {
            "start": 816950291,
            "stop": 816950341
        },
        {
            "start": 816950388,
            "stop": 816950438
        },
        {
            "start": 816950506,
            "stop": 816950544
        },
        {
            "start": 816950636,
            "stop": 816950686
        },
        {
            "start": 816950706,
            "stop": 816950750
        }
    ]
}