Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=55
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=56",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=54",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 55,
    "results": [
        {
            "start": 821766650,
            "stop": 821766942
        },
        {
            "start": 821766944,
            "stop": 821768793
        },
        {
            "start": 821768795,
            "stop": 821769025
        },
        {
            "start": 821769028,
            "stop": 821771524
        },
        {
            "start": 821771527,
            "stop": 821771664
        },
        {
            "start": 821771665,
            "stop": 821773023
        },
        {
            "start": 821773025,
            "stop": 821773148
        },
        {
            "start": 821773150,
            "stop": 821774420
        },
        {
            "start": 821774422,
            "stop": 821774427
        },
        {
            "start": 821774429,
            "stop": 821774562
        },
        {
            "start": 821774564,
            "stop": 821774830
        },
        {
            "start": 821774832,
            "stop": 821775163
        },
        {
            "start": 821775165,
            "stop": 821775598
        },
        {
            "start": 821775600,
            "stop": 821775834
        },
        {
            "start": 821775835,
            "stop": 821776493
        },
        {
            "start": 821776495,
            "stop": 821776767
        },
        {
            "start": 821776768,
            "stop": 821776776
        },
        {
            "start": 821776778,
            "stop": 821777974
        },
        {
            "start": 821777976,
            "stop": 821778541
        },
        {
            "start": 821778543,
            "stop": 821778847
        }
    ]
}