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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3518",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3516",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3517,
    "results": [
        {
            "start": 970139485,
            "stop": 970139809
        },
        {
            "start": 970139812,
            "stop": 970140778
        },
        {
            "start": 970140781,
            "stop": 970140868
        },
        {
            "start": 970140871,
            "stop": 970140911
        },
        {
            "start": 970140912,
            "stop": 970141151
        },
        {
            "start": 970141157,
            "stop": 970141214
        },
        {
            "start": 970141217,
            "stop": 970141222
        },
        {
            "start": 970141225,
            "stop": 970141258
        },
        {
            "start": 970141264,
            "stop": 970141631
        },
        {
            "start": 970141634,
            "stop": 970141726
        },
        {
            "start": 970141729,
            "stop": 970141979
        },
        {
            "start": 970142000,
            "stop": 970142588
        },
        {
            "start": 970142590,
            "stop": 970142736
        },
        {
            "start": 970142742,
            "stop": 970143065
        },
        {
            "start": 970143068,
            "stop": 970143450
        },
        {
            "start": 970143453,
            "stop": 970143577
        },
        {
            "start": 970143580,
            "stop": 970144003
        },
        {
            "start": 970144006,
            "stop": 970144288
        },
        {
            "start": 970144291,
            "stop": 970144327
        },
        {
            "start": 970144328,
            "stop": 970144806
        }
    ]
}