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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=198",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=196",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 197,
    "results": [
        {
            "start": 847132262,
            "stop": 847133876
        },
        {
            "start": 847181954,
            "stop": 847205934
        },
        {
            "start": 847205936,
            "stop": 847207836
        },
        {
            "start": 847207838,
            "stop": 847216318
        },
        {
            "start": 847216326,
            "stop": 847221399
        },
        {
            "start": 847221407,
            "stop": 847221748
        },
        {
            "start": 847221766,
            "stop": 847221816
        },
        {
            "start": 847221824,
            "stop": 847221835
        },
        {
            "start": 847221843,
            "stop": 847222488
        },
        {
            "start": 847222496,
            "stop": 847222858
        },
        {
            "start": 847222866,
            "stop": 847223212
        },
        {
            "start": 847223221,
            "stop": 847223832
        },
        {
            "start": 847223861,
            "stop": 847224783
        },
        {
            "start": 847224791,
            "stop": 847225972
        },
        {
            "start": 847226069,
            "stop": 847226269
        },
        {
            "start": 847226279,
            "stop": 847227890
        },
        {
            "start": 847227915,
            "stop": 847229780
        },
        {
            "start": 847229792,
            "stop": 847230657
        },
        {
            "start": 847235374,
            "stop": 847239487
        },
        {
            "start": 847265469,
            "stop": 847266139
        }
    ]
}