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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=236",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=234",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 235,
    "results": [
        {
            "start": 821294666,
            "stop": 821295301
        },
        {
            "start": 821295306,
            "stop": 821295693
        },
        {
            "start": 821295698,
            "stop": 821295918
        },
        {
            "start": 821295923,
            "stop": 821295993
        },
        {
            "start": 821296003,
            "stop": 821296030
        },
        {
            "start": 821296035,
            "stop": 821296104
        },
        {
            "start": 821296110,
            "stop": 821296129
        },
        {
            "start": 821296134,
            "stop": 821296164
        },
        {
            "start": 821296170,
            "stop": 821296282
        },
        {
            "start": 821296298,
            "stop": 821296308
        },
        {
            "start": 821296318,
            "stop": 821296351
        },
        {
            "start": 821296356,
            "stop": 821296408
        },
        {
            "start": 821296413,
            "stop": 821296470
        },
        {
            "start": 821296477,
            "stop": 821296488
        },
        {
            "start": 821296501,
            "stop": 821296585
        },
        {
            "start": 821296592,
            "stop": 821296597
        },
        {
            "start": 821296611,
            "stop": 821296640
        },
        {
            "start": 821296645,
            "stop": 821296652
        },
        {
            "start": 821296677,
            "stop": 821296705
        },
        {
            "start": 821296721,
            "stop": 821296731
        }
    ]
}