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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=259",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=257",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 258,
    "results": [
        {
            "start": 829705971,
            "stop": 829707381
        },
        {
            "start": 829707411,
            "stop": 829707921
        },
        {
            "start": 829708069,
            "stop": 829708909
        },
        {
            "start": 829709096,
            "stop": 829710626
        },
        {
            "start": 829710656,
            "stop": 829714136
        },
        {
            "start": 829714355,
            "stop": 829718795
        },
        {
            "start": 829718825,
            "stop": 829726115
        },
        {
            "start": 829733929,
            "stop": 829736269
        },
        {
            "start": 829736987,
            "stop": 829740587
        },
        {
            "start": 829740707,
            "stop": 829744667
        },
        {
            "start": 829746587,
            "stop": 829753307
        },
        {
            "start": 829753612,
            "stop": 829754752
        },
        {
            "start": 829756091,
            "stop": 829756271
        },
        {
            "start": 829756482,
            "stop": 829756842
        },
        {
            "start": 829756989,
            "stop": 829757469
        },
        {
            "start": 829757620,
            "stop": 829758280
        },
        {
            "start": 829758944,
            "stop": 829759004
        },
        {
            "start": 829759830,
            "stop": 829760010
        },
        {
            "start": 829760254,
            "stop": 829760404
        },
        {
            "start": 829760763,
            "stop": 829760883
        }
    ]
}