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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4642",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4640",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4641,
    "results": [
        {
            "start": 969513131,
            "stop": 969513492
        },
        {
            "start": 969513495,
            "stop": 969514354
        },
        {
            "start": 969514357,
            "stop": 969514767
        },
        {
            "start": 969514790,
            "stop": 969514905
        },
        {
            "start": 969514908,
            "stop": 969515519
        },
        {
            "start": 969515522,
            "stop": 969515569
        },
        {
            "start": 969515572,
            "stop": 969516426
        },
        {
            "start": 969516429,
            "stop": 969516485
        },
        {
            "start": 969516488,
            "stop": 969517475
        },
        {
            "start": 969517478,
            "stop": 969518776
        },
        {
            "start": 969518779,
            "stop": 969519614
        },
        {
            "start": 969519617,
            "stop": 969520234
        },
        {
            "start": 969520237,
            "stop": 969520330
        },
        {
            "start": 969520333,
            "stop": 969520905
        },
        {
            "start": 969520908,
            "stop": 969521051
        },
        {
            "start": 969521054,
            "stop": 969521301
        },
        {
            "start": 969521304,
            "stop": 969521768
        },
        {
            "start": 969521771,
            "stop": 969522459
        },
        {
            "start": 969522462,
            "stop": 969522608
        },
        {
            "start": 969522611,
            "stop": 969523028
        }
    ]
}