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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9800",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9798",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9799,
    "results": [
        {
            "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
        },
        {
            "start": 873866327,
            "stop": 873866329
        },
        {
            "start": 873866333,
            "stop": 873866358
        },
        {
            "start": 873866363,
            "stop": 873866370
        },
        {
            "start": 873866375,
            "stop": 873866507
        }
    ]
}