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=188
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=189",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=187",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 188,
    "results": [
        {
            "start": 817532130,
            "stop": 817532148
        },
        {
            "start": 817532179,
            "stop": 817532699
        },
        {
            "start": 817532718,
            "stop": 817535621
        },
        {
            "start": 817535645,
            "stop": 817536229
        },
        {
            "start": 817536249,
            "stop": 817536266
        },
        {
            "start": 817536290,
            "stop": 817536393
        },
        {
            "start": 817536417,
            "stop": 817536648
        },
        {
            "start": 817536690,
            "stop": 817536741
        },
        {
            "start": 817536762,
            "stop": 817536815
        },
        {
            "start": 817536890,
            "stop": 817536978
        },
        {
            "start": 817537013,
            "stop": 817537150
        },
        {
            "start": 817537174,
            "stop": 817537231
        },
        {
            "start": 817537273,
            "stop": 817537283
        },
        {
            "start": 817537306,
            "stop": 817537443
        },
        {
            "start": 817537462,
            "stop": 817537505
        },
        {
            "start": 817537544,
            "stop": 817537715
        },
        {
            "start": 817537736,
            "stop": 817538012
        },
        {
            "start": 817538041,
            "stop": 817538591
        },
        {
            "start": 817538610,
            "stop": 817539249
        },
        {
            "start": 817539281,
            "stop": 817539923
        }
    ]
}