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=8843
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=8844",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8842",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8843,
    "results": [
        {
            "start": 872902813,
            "stop": 872903172
        },
        {
            "start": 872903189,
            "stop": 872903426
        },
        {
            "start": 872903443,
            "stop": 872904362
        },
        {
            "start": 872904379,
            "stop": 872906450
        },
        {
            "start": 872906467,
            "stop": 872908218
        },
        {
            "start": 872908235,
            "stop": 872910778
        },
        {
            "start": 872910795,
            "stop": 872911050
        },
        {
            "start": 872911074,
            "stop": 872911258
        },
        {
            "start": 872911275,
            "stop": 872914796
        },
        {
            "start": 872914813,
            "stop": 872914931
        },
        {
            "start": 872914948,
            "stop": 872914953
        },
        {
            "start": 872914970,
            "stop": 872915419
        },
        {
            "start": 872915438,
            "stop": 872915533
        },
        {
            "start": 872915567,
            "stop": 872915591
        },
        {
            "start": 872915620,
            "stop": 872915661
        },
        {
            "start": 872915712,
            "stop": 872915714
        },
        {
            "start": 872915733,
            "stop": 872915747
        },
        {
            "start": 872915788,
            "stop": 872915867
        },
        {
            "start": 872915949,
            "stop": 872915959
        },
        {
            "start": 872915999,
            "stop": 872916034
        }
    ]
}