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=9855
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=9856",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9854",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9855,
    "results": [
        {
            "start": 874243054,
            "stop": 874244903
        },
        {
            "start": 874244906,
            "stop": 874247587
        },
        {
            "start": 874247590,
            "stop": 874247701
        },
        {
            "start": 874248486,
            "stop": 874248597
        },
        {
            "start": 874248600,
            "stop": 874248619
        },
        {
            "start": 874248622,
            "stop": 874249006
        },
        {
            "start": 874249104,
            "stop": 874249496
        },
        {
            "start": 874249497,
            "stop": 874249556
        },
        {
            "start": 874250526,
            "stop": 874250646
        },
        {
            "start": 874250649,
            "stop": 874250652
        },
        {
            "start": 874250655,
            "stop": 874250680
        },
        {
            "start": 874250685,
            "stop": 874250758
        },
        {
            "start": 874250761,
            "stop": 874250765
        },
        {
            "start": 874250768,
            "stop": 874250912
        },
        {
            "start": 874250915,
            "stop": 874250921
        },
        {
            "start": 874250924,
            "stop": 874251329
        },
        {
            "start": 874251332,
            "stop": 874252268
        },
        {
            "start": 874252269,
            "stop": 874252291
        },
        {
            "start": 874253263,
            "stop": 874253534
        },
        {
            "start": 874253535,
            "stop": 874253536
        }
    ]
}