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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=74",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=72",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 73,
    "results": [
        {
            "start": 825009056,
            "stop": 825011300
        },
        {
            "start": 825011605,
            "stop": 825013856
        },
        {
            "start": 825013888,
            "stop": 825014653
        },
        {
            "start": 825018374,
            "stop": 825019062
        },
        {
            "start": 825052227,
            "stop": 825052549
        },
        {
            "start": 825052704,
            "stop": 825058128
        },
        {
            "start": 825058205,
            "stop": 825061206
        },
        {
            "start": 825061267,
            "stop": 825061809
        },
        {
            "start": 825062031,
            "stop": 825066446
        },
        {
            "start": 825066591,
            "stop": 825069600
        },
        {
            "start": 825069632,
            "stop": 825070016
        },
        {
            "start": 825070048,
            "stop": 825072000
        },
        {
            "start": 825072119,
            "stop": 825084128
        },
        {
            "start": 825084160,
            "stop": 825085161
        },
        {
            "start": 825085162,
            "stop": 825085681
        },
        {
            "start": 825085958,
            "stop": 825089271
        },
        {
            "start": 825091703,
            "stop": 825093185
        },
        {
            "start": 825095827,
            "stop": 825097901
        },
        {
            "start": 825098625,
            "stop": 825103040
        },
        {
            "start": 825103072,
            "stop": 825105133
        }
    ]
}