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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=472",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=470",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 471,
    "results": [
        {
            "start": 821782276,
            "stop": 821782279
        },
        {
            "start": 821782282,
            "stop": 821782285
        },
        {
            "start": 821782288,
            "stop": 821782301
        },
        {
            "start": 821782304,
            "stop": 821782315
        },
        {
            "start": 821782318,
            "stop": 821782368
        },
        {
            "start": 821782372,
            "stop": 821782380
        },
        {
            "start": 821782385,
            "stop": 821782390
        },
        {
            "start": 821782393,
            "stop": 821782396
        },
        {
            "start": 821782399,
            "stop": 821782417
        },
        {
            "start": 821782427,
            "stop": 821782431
        },
        {
            "start": 821782435,
            "stop": 821782443
        },
        {
            "start": 821782446,
            "stop": 821782447
        },
        {
            "start": 821782451,
            "stop": 821782462
        },
        {
            "start": 821782465,
            "stop": 821782466
        },
        {
            "start": 821782469,
            "stop": 821782485
        },
        {
            "start": 821782491,
            "stop": 821782502
        },
        {
            "start": 821782505,
            "stop": 821782508
        },
        {
            "start": 821782511,
            "stop": 821782514
        },
        {
            "start": 821782517,
            "stop": 821782587
        },
        {
            "start": 821782590,
            "stop": 821782625
        }
    ]
}