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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=108",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=106",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 107,
    "results": [
        {
            "start": 821446886,
            "stop": 821446956
        },
        {
            "start": 821446959,
            "stop": 821446961
        },
        {
            "start": 821446964,
            "stop": 821447064
        },
        {
            "start": 821447067,
            "stop": 821447139
        },
        {
            "start": 821447142,
            "stop": 821447228
        },
        {
            "start": 821447231,
            "stop": 821447241
        },
        {
            "start": 821447244,
            "stop": 821447295
        },
        {
            "start": 821447298,
            "stop": 821447315
        },
        {
            "start": 821447318,
            "stop": 821447336
        },
        {
            "start": 821447339,
            "stop": 821448019
        },
        {
            "start": 821448022,
            "stop": 821448033
        },
        {
            "start": 821448036,
            "stop": 821448097
        },
        {
            "start": 821448100,
            "stop": 821448162
        },
        {
            "start": 821448169,
            "stop": 821448242
        },
        {
            "start": 821448245,
            "stop": 821448270
        },
        {
            "start": 821448273,
            "stop": 821448286
        },
        {
            "start": 821448289,
            "stop": 821448430
        },
        {
            "start": 821448433,
            "stop": 821448440
        },
        {
            "start": 821448443,
            "stop": 821448484
        },
        {
            "start": 821448487,
            "stop": 821448496
        }
    ]
}