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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1175",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1173",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1174,
    "results": [
        {
            "start": 952423306,
            "stop": 952423307
        },
        {
            "start": 952423313,
            "stop": 952423315
        },
        {
            "start": 952423319,
            "stop": 952423324
        },
        {
            "start": 952423326,
            "stop": 952423327
        },
        {
            "start": 952423332,
            "stop": 952423352
        },
        {
            "start": 952423354,
            "stop": 952428702
        },
        {
            "start": 952428704,
            "stop": 952428705
        },
        {
            "start": 952428707,
            "stop": 952428983
        },
        {
            "start": 952429691,
            "stop": 952429868
        },
        {
            "start": 952429869,
            "stop": 952429870
        },
        {
            "start": 952429872,
            "stop": 952429873
        },
        {
            "start": 952431214,
            "stop": 952431587
        },
        {
            "start": 952431588,
            "stop": 952431953
        },
        {
            "start": 952433421,
            "stop": 952434756
        },
        {
            "start": 952434758,
            "stop": 952438356
        },
        {
            "start": 952439810,
            "stop": 952443285
        },
        {
            "start": 952443287,
            "stop": 952445412
        },
        {
            "start": 952445414,
            "stop": 952445855
        },
        {
            "start": 952445857,
            "stop": 952446689
        },
        {
            "start": 952446691,
            "stop": 952447606
        }
    ]
}