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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=473",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=471",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 472,
    "results": [
        {
            "start": 821782197,
            "stop": 821782216
        },
        {
            "start": 821782219,
            "stop": 821782238
        },
        {
            "start": 821782241,
            "stop": 821782247
        },
        {
            "start": 821782250,
            "stop": 821782252
        },
        {
            "start": 821782257,
            "stop": 821782263
        },
        {
            "start": 821782266,
            "stop": 821782268
        },
        {
            "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
        }
    ]
}