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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5710",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5708",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5709,
    "results": [
        {
            "start": 874597651,
            "stop": 874597663
        },
        {
            "start": 874597667,
            "stop": 874597675
        },
        {
            "start": 874597678,
            "stop": 874597683
        },
        {
            "start": 874597689,
            "stop": 874597729
        },
        {
            "start": 874597732,
            "stop": 874597754
        },
        {
            "start": 874597760,
            "stop": 874597763
        },
        {
            "start": 874597766,
            "stop": 874597780
        },
        {
            "start": 874597783,
            "stop": 874597808
        },
        {
            "start": 874597811,
            "stop": 874597826
        },
        {
            "start": 874597833,
            "stop": 874597955
        },
        {
            "start": 874597958,
            "stop": 874597964
        },
        {
            "start": 874597967,
            "stop": 874598068
        },
        {
            "start": 874598076,
            "stop": 874598136
        },
        {
            "start": 874598139,
            "stop": 874598173
        },
        {
            "start": 874598176,
            "stop": 874598178
        },
        {
            "start": 874598181,
            "stop": 874598324
        },
        {
            "start": 874598329,
            "stop": 874598370
        },
        {
            "start": 874598375,
            "stop": 874598398
        },
        {
            "start": 874598401,
            "stop": 874598404
        },
        {
            "start": 874598407,
            "stop": 874598420
        }
    ]
}