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=9903
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=9904",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9902",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9903,
    "results": [
        {
            "start": 874581147,
            "stop": 874581262
        },
        {
            "start": 874581265,
            "stop": 874581266
        },
        {
            "start": 874581269,
            "stop": 874581745
        },
        {
            "start": 874581748,
            "stop": 874584782
        },
        {
            "start": 874584787,
            "stop": 874586679
        },
        {
            "start": 874586682,
            "stop": 874586697
        },
        {
            "start": 874586700,
            "stop": 874587620
        },
        {
            "start": 874587623,
            "stop": 874587630
        },
        {
            "start": 874587633,
            "stop": 874587740
        },
        {
            "start": 874587745,
            "stop": 874587772
        },
        {
            "start": 874587775,
            "stop": 874589511
        },
        {
            "start": 874589514,
            "stop": 874591383
        },
        {
            "start": 874591386,
            "stop": 874591392
        },
        {
            "start": 874591395,
            "stop": 874591517
        },
        {
            "start": 874591521,
            "stop": 874592237
        },
        {
            "start": 874592240,
            "stop": 874593719
        },
        {
            "start": 874593722,
            "stop": 874593961
        },
        {
            "start": 874593964,
            "stop": 874593965
        },
        {
            "start": 874593968,
            "stop": 874593982
        },
        {
            "start": 874593985,
            "stop": 874594335
        }
    ]
}