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=9741
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=9742",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9740",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9741,
    "results": [
        {
            "start": 873411893,
            "stop": 873411903
        },
        {
            "start": 873411913,
            "stop": 873411923
        },
        {
            "start": 873411927,
            "stop": 873411928
        },
        {
            "start": 873411932,
            "stop": 873411933
        },
        {
            "start": 873411936,
            "stop": 873412497
        },
        {
            "start": 873412504,
            "stop": 873412513
        },
        {
            "start": 873412517,
            "stop": 873413982
        },
        {
            "start": 873413985,
            "stop": 873414008
        },
        {
            "start": 873414011,
            "stop": 873414304
        },
        {
            "start": 873414307,
            "stop": 873414309
        },
        {
            "start": 873414312,
            "stop": 873414313
        },
        {
            "start": 873414321,
            "stop": 873414328
        },
        {
            "start": 873414336,
            "stop": 873414360
        },
        {
            "start": 873414363,
            "stop": 873414367
        },
        {
            "start": 873414370,
            "stop": 873414388
        },
        {
            "start": 873414513,
            "stop": 873419016
        },
        {
            "start": 873419019,
            "stop": 873419598
        },
        {
            "start": 873419603,
            "stop": 873419605
        },
        {
            "start": 873419611,
            "stop": 873419612
        },
        {
            "start": 873419618,
            "stop": 873419619
        }
    ]
}