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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5148",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5146",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5147,
    "results": [
        {
            "start": 969510426,
            "stop": 969510869
        },
        {
            "start": 969510872,
            "stop": 969511338
        },
        {
            "start": 969511341,
            "stop": 969511899
        },
        {
            "start": 969511902,
            "stop": 969512612
        },
        {
            "start": 969512615,
            "stop": 969512808
        },
        {
            "start": 969512811,
            "stop": 969513128
        },
        {
            "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
        }
    ]
}