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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6437",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6435",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6436,
    "results": [
        {
            "start": 873834004,
            "stop": 873834018
        },
        {
            "start": 873834019,
            "stop": 873834023
        },
        {
            "start": 873834024,
            "stop": 873834103
        },
        {
            "start": 873834104,
            "stop": 873834438
        },
        {
            "start": 873834439,
            "stop": 873834569
        },
        {
            "start": 873834571,
            "stop": 873834740
        },
        {
            "start": 873835513,
            "stop": 873835622
        },
        {
            "start": 873835624,
            "stop": 873835654
        },
        {
            "start": 873835655,
            "stop": 873835706
        },
        {
            "start": 873835708,
            "stop": 873835714
        },
        {
            "start": 873835715,
            "stop": 873835830
        },
        {
            "start": 873835833,
            "stop": 873835854
        },
        {
            "start": 873835856,
            "stop": 873835915
        },
        {
            "start": 873835916,
            "stop": 873835950
        },
        {
            "start": 873835952,
            "stop": 873836014
        },
        {
            "start": 873836015,
            "stop": 873836088
        },
        {
            "start": 873836089,
            "stop": 873836103
        },
        {
            "start": 873836104,
            "stop": 873836491
        },
        {
            "start": 873836492,
            "stop": 873836501
        },
        {
            "start": 873836502,
            "stop": 873836592
        }
    ]
}