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=9007
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=9008",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9006",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9007,
    "results": [
        {
            "start": 873992071,
            "stop": 873992093
        },
        {
            "start": 873992112,
            "stop": 873992350
        },
        {
            "start": 873992369,
            "stop": 873992744
        },
        {
            "start": 873992761,
            "stop": 873992970
        },
        {
            "start": 873994383,
            "stop": 873994535
        },
        {
            "start": 873994557,
            "stop": 873994568
        },
        {
            "start": 873994629,
            "stop": 873994653
        },
        {
            "start": 873994672,
            "stop": 873994710
        },
        {
            "start": 873994761,
            "stop": 873994816
        },
        {
            "start": 873994835,
            "stop": 873994837
        },
        {
            "start": 873994856,
            "stop": 873994877
        },
        {
            "start": 873994901,
            "stop": 873995171
        },
        {
            "start": 873995193,
            "stop": 873995343
        },
        {
            "start": 873995362,
            "stop": 873995916
        },
        {
            "start": 873995934,
            "stop": 873996016
        },
        {
            "start": 873996033,
            "stop": 873996123
        },
        {
            "start": 873996140,
            "stop": 873996245
        },
        {
            "start": 873996264,
            "stop": 873996384
        },
        {
            "start": 873996403,
            "stop": 873996697
        },
        {
            "start": 873996716,
            "stop": 873997188
        }
    ]
}