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=6634
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=6635",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6633",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6634,
    "results": [
        {
            "start": 874891133,
            "stop": 874891433
        },
        {
            "start": 874891434,
            "stop": 874891490
        },
        {
            "start": 874891491,
            "stop": 874891733
        },
        {
            "start": 874891734,
            "stop": 874892167
        },
        {
            "start": 874892168,
            "stop": 874892267
        },
        {
            "start": 874892268,
            "stop": 874892271
        },
        {
            "start": 874892272,
            "stop": 874892642
        },
        {
            "start": 874892643,
            "stop": 874893088
        },
        {
            "start": 874893089,
            "stop": 874893368
        },
        {
            "start": 874893369,
            "stop": 874893376
        },
        {
            "start": 874893377,
            "stop": 874893651
        },
        {
            "start": 874893652,
            "stop": 874893844
        },
        {
            "start": 874893845,
            "stop": 874893866
        },
        {
            "start": 874893868,
            "stop": 874894009
        },
        {
            "start": 874894010,
            "stop": 874894174
        },
        {
            "start": 874894175,
            "stop": 874895066
        },
        {
            "start": 874895067,
            "stop": 874895193
        },
        {
            "start": 874895195,
            "stop": 874895407
        },
        {
            "start": 874895408,
            "stop": 874895625
        },
        {
            "start": 874895626,
            "stop": 874895856
        }
    ]
}