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=388
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=389",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=387",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 388,
    "results": [
        {
            "start": 821510958,
            "stop": 821510978
        },
        {
            "start": 821510982,
            "stop": 821511022
        },
        {
            "start": 821511026,
            "stop": 821511065
        },
        {
            "start": 821511068,
            "stop": 821511083
        },
        {
            "start": 821511086,
            "stop": 821511100
        },
        {
            "start": 821511104,
            "stop": 821511109
        },
        {
            "start": 821511112,
            "stop": 821511131
        },
        {
            "start": 821511135,
            "stop": 821511159
        },
        {
            "start": 821511162,
            "stop": 821511163
        },
        {
            "start": 821511166,
            "stop": 821511186
        },
        {
            "start": 821511189,
            "stop": 821511225
        },
        {
            "start": 821511228,
            "stop": 821511270
        },
        {
            "start": 821511273,
            "stop": 821511278
        },
        {
            "start": 821511281,
            "stop": 821511284
        },
        {
            "start": 821511287,
            "stop": 821511314
        },
        {
            "start": 821511317,
            "stop": 821511325
        },
        {
            "start": 821511328,
            "stop": 821511332
        },
        {
            "start": 821511335,
            "stop": 821511337
        },
        {
            "start": 821511340,
            "stop": 821511341
        },
        {
            "start": 821511344,
            "stop": 821511400
        }
    ]
}