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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5082",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5080",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5081,
    "results": [
        {
            "start": 874621500,
            "stop": 874621520
        },
        {
            "start": 874621527,
            "stop": 874621597
        },
        {
            "start": 874621604,
            "stop": 874621627
        },
        {
            "start": 874621634,
            "stop": 874621645
        },
        {
            "start": 874621652,
            "stop": 874621665
        },
        {
            "start": 874621672,
            "stop": 874621685
        },
        {
            "start": 874621699,
            "stop": 874621708
        },
        {
            "start": 874621715,
            "stop": 874621723
        },
        {
            "start": 874621737,
            "stop": 874621768
        },
        {
            "start": 874621775,
            "stop": 874621808
        },
        {
            "start": 874621815,
            "stop": 874621819
        },
        {
            "start": 874621826,
            "stop": 874621837
        },
        {
            "start": 874621847,
            "stop": 874621851
        },
        {
            "start": 874621858,
            "stop": 874621859
        },
        {
            "start": 874621870,
            "stop": 874621876
        },
        {
            "start": 874621884,
            "stop": 874622007
        },
        {
            "start": 874622017,
            "stop": 874622031
        },
        {
            "start": 874622039,
            "stop": 874622065
        },
        {
            "start": 874622072,
            "stop": 874622163
        },
        {
            "start": 874622170,
            "stop": 874622179
        }
    ]
}