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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_DATA/segments?format=api&page=155",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_DATA/segments?format=api&page=153",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 154,
    "results": [
        {
            "start": 859903382,
            "stop": 859905794
        },
        {
            "start": 859905964,
            "stop": 859922118
        },
        {
            "start": 859926181,
            "stop": 859926208
        },
        {
            "start": 859926467,
            "stop": 859929207
        },
        {
            "start": 859929541,
            "stop": 859931630
        },
        {
            "start": 859931749,
            "stop": 859934497
        },
        {
            "start": 859935427,
            "stop": 859937572
        },
        {
            "start": 859938448,
            "stop": 859965648
        },
        {
            "start": 859967060,
            "stop": 860011000
        },
        {
            "start": 860011960,
            "stop": 860060492
        },
        {
            "start": 860061935,
            "stop": 860071416
        },
        {
            "start": 860071708,
            "stop": 860105684
        },
        {
            "start": 860106177,
            "stop": 860106352
        },
        {
            "start": 860106588,
            "stop": 860109703
        },
        {
            "start": 860110766,
            "stop": 860149699
        },
        {
            "start": 860150499,
            "stop": 860151465
        },
        {
            "start": 860151604,
            "stop": 860163262
        },
        {
            "start": 860163447,
            "stop": 860168964
        },
        {
            "start": 860169556,
            "stop": 860169865
        },
        {
            "start": 860170414,
            "stop": 860170469
        }
    ]
}