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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=790",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=788",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 789,
    "results": [
        {
            "start": 873026613,
            "stop": 873026618
        },
        {
            "start": 873026624,
            "stop": 873026629
        },
        {
            "start": 873026637,
            "stop": 873026642
        },
        {
            "start": 873026649,
            "stop": 873026654
        },
        {
            "start": 873026661,
            "stop": 873026666
        },
        {
            "start": 873026671,
            "stop": 873026678
        },
        {
            "start": 873026684,
            "stop": 873026690
        },
        {
            "start": 873026697,
            "stop": 873026702
        },
        {
            "start": 873026706,
            "stop": 873026716
        },
        {
            "start": 873026721,
            "stop": 873026726
        },
        {
            "start": 873026733,
            "stop": 873026738
        },
        {
            "start": 873026745,
            "stop": 873026750
        },
        {
            "start": 873026754,
            "stop": 873026762
        },
        {
            "start": 873026768,
            "stop": 873026775
        },
        {
            "start": 873026783,
            "stop": 873026788
        },
        {
            "start": 873026794,
            "stop": 873026800
        },
        {
            "start": 873026807,
            "stop": 873026812
        },
        {
            "start": 873026817,
            "stop": 873026825
        },
        {
            "start": 873026829,
            "stop": 873026839
        },
        {
            "start": 873026844,
            "stop": 873026849
        }
    ]
}