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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33313",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33311",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33312,
    "results": [
        {
            "start": 971011509,
            "stop": 971011511
        },
        {
            "start": 971011514,
            "stop": 971011520
        },
        {
            "start": 971011523,
            "stop": 971011524
        },
        {
            "start": 971011525,
            "stop": 971011527
        },
        {
            "start": 971011528,
            "stop": 971011531
        },
        {
            "start": 971011532,
            "stop": 971011546
        },
        {
            "start": 971011547,
            "stop": 971011555
        },
        {
            "start": 971011558,
            "stop": 971011562
        },
        {
            "start": 971011565,
            "stop": 971011566
        },
        {
            "start": 971011568,
            "stop": 971011592
        },
        {
            "start": 971011595,
            "stop": 971011603
        },
        {
            "start": 971011604,
            "stop": 971011618
        },
        {
            "start": 971011620,
            "stop": 971011623
        },
        {
            "start": 971011626,
            "stop": 971011663
        },
        {
            "start": 971011664,
            "stop": 971011667
        },
        {
            "start": 971011668,
            "stop": 971011671
        },
        {
            "start": 971011673,
            "stop": 971011676
        },
        {
            "start": 971011677,
            "stop": 971011694
        },
        {
            "start": 971011695,
            "stop": 971011706
        },
        {
            "start": 971011709,
            "stop": 971011714
        }
    ]
}