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=46696
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=46697",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46695",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46696,
    "results": [
        {
            "start": 875050073,
            "stop": 875050087
        },
        {
            "start": 875050088,
            "stop": 875050121
        },
        {
            "start": 875050122,
            "stop": 875050164
        },
        {
            "start": 875050168,
            "stop": 875050172
        },
        {
            "start": 875050173,
            "stop": 875050182
        },
        {
            "start": 875050184,
            "stop": 875050187
        },
        {
            "start": 875050190,
            "stop": 875050197
        },
        {
            "start": 875050198,
            "stop": 875050200
        },
        {
            "start": 875050201,
            "stop": 875050205
        },
        {
            "start": 875050206,
            "stop": 875050264
        },
        {
            "start": 875050266,
            "stop": 875050277
        },
        {
            "start": 875050279,
            "stop": 875050285
        },
        {
            "start": 875050286,
            "stop": 875050287
        },
        {
            "start": 875050288,
            "stop": 875050322
        },
        {
            "start": 875050324,
            "stop": 875050336
        },
        {
            "start": 875050339,
            "stop": 875050367
        },
        {
            "start": 875050369,
            "stop": 875050375
        },
        {
            "start": 875050376,
            "stop": 875050410
        },
        {
            "start": 875050411,
            "stop": 875050421
        },
        {
            "start": 875050422,
            "stop": 875050469
        }
    ]
}