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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=230",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=228",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 229,
    "results": [
        {
            "start": 820746006,
            "stop": 820746887
        },
        {
            "start": 820746890,
            "stop": 820748835
        },
        {
            "start": 820749298,
            "stop": 820750450
        },
        {
            "start": 820750453,
            "stop": 820752095
        },
        {
            "start": 820753222,
            "stop": 820755700
        },
        {
            "start": 820759617,
            "stop": 820759748
        },
        {
            "start": 820759751,
            "stop": 820759930
        },
        {
            "start": 820759933,
            "stop": 820761575
        },
        {
            "start": 820761578,
            "stop": 820768024
        },
        {
            "start": 820768027,
            "stop": 820768029
        },
        {
            "start": 820768033,
            "stop": 820768080
        },
        {
            "start": 820768083,
            "stop": 820769883
        },
        {
            "start": 820769886,
            "stop": 820771014
        },
        {
            "start": 820771017,
            "stop": 820773607
        },
        {
            "start": 820773608,
            "stop": 820776146
        },
        {
            "start": 820776149,
            "stop": 820780568
        },
        {
            "start": 820780572,
            "stop": 820780932
        },
        {
            "start": 820780936,
            "stop": 820793241
        },
        {
            "start": 820793244,
            "stop": 820794052
        },
        {
            "start": 820794056,
            "stop": 820794613
        }
    ]
}