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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3869",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3867",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 3868,
    "results": [
        {
            "start": 873865561,
            "stop": 873865570
        },
        {
            "start": 873865574,
            "stop": 873865577
        },
        {
            "start": 873865582,
            "stop": 873865583
        },
        {
            "start": 873865586,
            "stop": 873865588
        },
        {
            "start": 873865591,
            "stop": 873865656
        },
        {
            "start": 873865659,
            "stop": 873865698
        },
        {
            "start": 873865701,
            "stop": 873865985
        },
        {
            "start": 873865990,
            "stop": 873865991
        },
        {
            "start": 873865994,
            "stop": 873865998
        },
        {
            "start": 873866002,
            "stop": 873866003
        },
        {
            "start": 873866006,
            "stop": 873866010
        },
        {
            "start": 873866013,
            "stop": 873866017
        },
        {
            "start": 873866020,
            "stop": 873866159
        },
        {
            "start": 873866162,
            "stop": 873866174
        },
        {
            "start": 873866177,
            "stop": 873866224
        },
        {
            "start": 873866231,
            "stop": 873866285
        },
        {
            "start": 873866288,
            "stop": 873866289
        },
        {
            "start": 873866293,
            "stop": 873866296
        },
        {
            "start": 873866305,
            "stop": 873866319
        },
        {
            "start": 873866322,
            "stop": 873866324
        }
    ]
}