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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5274",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5272",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5273,
    "results": [
        {
            "start": 874747011,
            "stop": 874747401
        },
        {
            "start": 874747437,
            "stop": 874748420
        },
        {
            "start": 874748457,
            "stop": 874748458
        },
        {
            "start": 874748465,
            "stop": 874748475
        },
        {
            "start": 874748511,
            "stop": 874749066
        },
        {
            "start": 874749102,
            "stop": 874749104
        },
        {
            "start": 874749140,
            "stop": 874749239
        },
        {
            "start": 874749275,
            "stop": 874750343
        },
        {
            "start": 874750379,
            "stop": 874750435
        },
        {
            "start": 874750442,
            "stop": 874750446
        },
        {
            "start": 874750482,
            "stop": 874750556
        },
        {
            "start": 874750564,
            "stop": 874750649
        },
        {
            "start": 874750684,
            "stop": 874750933
        },
        {
            "start": 874750970,
            "stop": 874750981
        },
        {
            "start": 874750999,
            "stop": 874752172
        },
        {
            "start": 874752210,
            "stop": 874752257
        },
        {
            "start": 874752293,
            "stop": 874752725
        },
        {
            "start": 874752764,
            "stop": 874752856
        },
        {
            "start": 874752863,
            "stop": 874753367
        },
        {
            "start": 874753401,
            "stop": 874753637
        }
    ]
}