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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1381",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1379",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1380,
    "results": [
        {
            "start": 843868828,
            "stop": 843868829
        },
        {
            "start": 843868834,
            "stop": 843868837
        },
        {
            "start": 843868840,
            "stop": 843868841
        },
        {
            "start": 843868846,
            "stop": 843868851
        },
        {
            "start": 843868854,
            "stop": 843868862
        },
        {
            "start": 843868866,
            "stop": 843868870
        },
        {
            "start": 843868880,
            "stop": 843868886
        },
        {
            "start": 843868889,
            "stop": 843868892
        },
        {
            "start": 843868895,
            "stop": 843868898
        },
        {
            "start": 843868901,
            "stop": 843868902
        },
        {
            "start": 843868907,
            "stop": 843868910
        },
        {
            "start": 843868916,
            "stop": 843868938
        },
        {
            "start": 843868941,
            "stop": 843868947
        },
        {
            "start": 843868950,
            "stop": 843868976
        },
        {
            "start": 843868979,
            "stop": 843868992
        },
        {
            "start": 843868995,
            "stop": 843869021
        },
        {
            "start": 843869024,
            "stop": 843869050
        },
        {
            "start": 843869053,
            "stop": 843869072
        },
        {
            "start": 843869075,
            "stop": 843869089
        },
        {
            "start": 843869095,
            "stop": 843869168
        }
    ]
}