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=266
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=267",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=265",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 266,
    "results": [
        {
            "start": 859481243,
            "stop": 859495725
        },
        {
            "start": 859511144,
            "stop": 859551331
        },
        {
            "start": 859552232,
            "stop": 859575730
        },
        {
            "start": 859577739,
            "stop": 859591363
        },
        {
            "start": 859591473,
            "stop": 859591554
        },
        {
            "start": 859592359,
            "stop": 859607188
        },
        {
            "start": 859608490,
            "stop": 859647622
        },
        {
            "start": 859662073,
            "stop": 859662351
        },
        {
            "start": 859662939,
            "stop": 859664105
        },
        {
            "start": 859664106,
            "stop": 859704276
        },
        {
            "start": 859704690,
            "stop": 859704720
        },
        {
            "start": 859705126,
            "stop": 859715267
        },
        {
            "start": 859715580,
            "stop": 859720250
        },
        {
            "start": 859721074,
            "stop": 859722622
        },
        {
            "start": 859725179,
            "stop": 859726904
        },
        {
            "start": 859726906,
            "stop": 859736182
        },
        {
            "start": 859737806,
            "stop": 859751626
        },
        {
            "start": 859752011,
            "stop": 859758214
        },
        {
            "start": 859760767,
            "stop": 859761192
        },
        {
            "start": 859765346,
            "stop": 859766586
        }
    ]
}