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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=219",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=217",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 218,
    "results": [
        {
            "start": 849777030,
            "stop": 849786093
        },
        {
            "start": 849786393,
            "stop": 849786595
        },
        {
            "start": 849794967,
            "stop": 849822498
        },
        {
            "start": 849822608,
            "stop": 849822772
        },
        {
            "start": 849823072,
            "stop": 849823399
        },
        {
            "start": 849823509,
            "stop": 849823568
        },
        {
            "start": 849828459,
            "stop": 849829147
        },
        {
            "start": 849829578,
            "stop": 849869861
        },
        {
            "start": 849871852,
            "stop": 849892517
        },
        {
            "start": 849892817,
            "stop": 849892830
        },
        {
            "start": 849893163,
            "stop": 849893191
        },
        {
            "start": 849893301,
            "stop": 849893382
        },
        {
            "start": 849893682,
            "stop": 849894043
        },
        {
            "start": 849894445,
            "stop": 849894454
        },
        {
            "start": 849894754,
            "stop": 849894767
        },
        {
            "start": 849894877,
            "stop": 849895092
        },
        {
            "start": 849896798,
            "stop": 849901127
        },
        {
            "start": 849901566,
            "stop": 849903509
        },
        {
            "start": 849907751,
            "stop": 849908389
        },
        {
            "start": 849909927,
            "stop": 849911677
        }
    ]
}