Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=741
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=742",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=740",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 741,
    "results": [
        {
            "start": 872094442,
            "stop": 872103987
        },
        {
            "start": 872105657,
            "stop": 872129130
        },
        {
            "start": 872129190,
            "stop": 872129370
        },
        {
            "start": 872129388,
            "stop": 872129571
        },
        {
            "start": 872131098,
            "stop": 872142125
        },
        {
            "start": 872143950,
            "stop": 872167774
        },
        {
            "start": 872168993,
            "stop": 872183074
        },
        {
            "start": 872183772,
            "stop": 872201827
        },
        {
            "start": 872203081,
            "stop": 872215470
        },
        {
            "start": 872215530,
            "stop": 872223210
        },
        {
            "start": 872223270,
            "stop": 872229030
        },
        {
            "start": 872229090,
            "stop": 872242369
        },
        {
            "start": 872242907,
            "stop": 872281668
        },
        {
            "start": 872281673,
            "stop": 872299570
        },
        {
            "start": 872300654,
            "stop": 872304710
        },
        {
            "start": 872305448,
            "stop": 872308830
        },
        {
            "start": 872308890,
            "stop": 872315310
        },
        {
            "start": 872316261,
            "stop": 872331510
        },
        {
            "start": 872331570,
            "stop": 872331574
        },
        {
            "start": 872332687,
            "stop": 872345466
        }
    ]
}