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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=43",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=41",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 42,
    "results": [
        {
            "start": 817255379,
            "stop": 817255605
        },
        {
            "start": 817255609,
            "stop": 817256361
        },
        {
            "start": 817256365,
            "stop": 817257051
        },
        {
            "start": 817257054,
            "stop": 817257924
        },
        {
            "start": 817257927,
            "stop": 817257948
        },
        {
            "start": 817257951,
            "stop": 817258989
        },
        {
            "start": 817258992,
            "stop": 817259100
        },
        {
            "start": 817259160,
            "stop": 817259617
        },
        {
            "start": 817259620,
            "stop": 817259886
        },
        {
            "start": 817259889,
            "stop": 817259903
        },
        {
            "start": 817259906,
            "stop": 817260286
        },
        {
            "start": 817260289,
            "stop": 817261048
        },
        {
            "start": 817261051,
            "stop": 817261163
        },
        {
            "start": 817261167,
            "stop": 817261267
        },
        {
            "start": 817261270,
            "stop": 817261540
        },
        {
            "start": 817261544,
            "stop": 817261656
        },
        {
            "start": 817261659,
            "stop": 817262054
        },
        {
            "start": 817262116,
            "stop": 817262126
        },
        {
            "start": 817262129,
            "stop": 817262662
        },
        {
            "start": 817262665,
            "stop": 817262829
        }
    ]
}