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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8991",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8989",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8990,
    "results": [
        {
            "start": 873860907,
            "stop": 873861529
        },
        {
            "start": 873861553,
            "stop": 873861608
        },
        {
            "start": 873861627,
            "stop": 873861668
        },
        {
            "start": 873864279,
            "stop": 873864392
        },
        {
            "start": 873864412,
            "stop": 873864476
        },
        {
            "start": 873864495,
            "stop": 873864549
        },
        {
            "start": 873864569,
            "stop": 873864707
        },
        {
            "start": 873864726,
            "stop": 873864772
        },
        {
            "start": 873864791,
            "stop": 873864876
        },
        {
            "start": 873864895,
            "stop": 873864973
        },
        {
            "start": 873864992,
            "stop": 873865030
        },
        {
            "start": 873865150,
            "stop": 873865184
        },
        {
            "start": 873865203,
            "stop": 873865212
        },
        {
            "start": 873865257,
            "stop": 873865258
        },
        {
            "start": 873865288,
            "stop": 873865292
        },
        {
            "start": 873865330,
            "stop": 873865349
        },
        {
            "start": 873865384,
            "stop": 873865389
        },
        {
            "start": 873865437,
            "stop": 873865438
        },
        {
            "start": 873865599,
            "stop": 873865648
        },
        {
            "start": 873865667,
            "stop": 873865690
        }
    ]
}