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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=168",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=166",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 167,
    "results": [
        {
            "start": 825473704,
            "stop": 825473764
        },
        {
            "start": 825473794,
            "stop": 825473974
        },
        {
            "start": 825474345,
            "stop": 825474465
        },
        {
            "start": 825474969,
            "stop": 825475029
        },
        {
            "start": 825475290,
            "stop": 825475350
        },
        {
            "start": 825475678,
            "stop": 825475738
        },
        {
            "start": 825475914,
            "stop": 825475974
        },
        {
            "start": 825476412,
            "stop": 825476472
        },
        {
            "start": 825476790,
            "stop": 825477270
        },
        {
            "start": 825477459,
            "stop": 825478119
        },
        {
            "start": 825478480,
            "stop": 825478900
        },
        {
            "start": 825481082,
            "stop": 825481262
        },
        {
            "start": 825484788,
            "stop": 825485148
        },
        {
            "start": 825485414,
            "stop": 825485534
        },
        {
            "start": 825485794,
            "stop": 825486874
        },
        {
            "start": 825487024,
            "stop": 825487264
        },
        {
            "start": 825487567,
            "stop": 825488947
        },
        {
            "start": 825489290,
            "stop": 825489590
        },
        {
            "start": 825489763,
            "stop": 825490003
        },
        {
            "start": 825490436,
            "stop": 825490616
        }
    ]
}