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=876
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=877",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=875",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 876,
    "results": [
        {
            "start": 862937839,
            "stop": 862938079
        },
        {
            "start": 862938244,
            "stop": 862940584
        },
        {
            "start": 862942314,
            "stop": 862943034
        },
        {
            "start": 862945152,
            "stop": 862945272
        },
        {
            "start": 862945437,
            "stop": 862945677
        },
        {
            "start": 862953212,
            "stop": 862954052
        },
        {
            "start": 862955299,
            "stop": 862957879
        },
        {
            "start": 862959050,
            "stop": 862966250
        },
        {
            "start": 862966469,
            "stop": 862968779
        },
        {
            "start": 862968869,
            "stop": 862969379
        },
        {
            "start": 862969529,
            "stop": 862974689
        },
        {
            "start": 862974913,
            "stop": 862976593
        },
        {
            "start": 862976743,
            "stop": 862981213
        },
        {
            "start": 862981417,
            "stop": 862983487
        },
        {
            "start": 862983577,
            "stop": 862985887
        },
        {
            "start": 862986037,
            "stop": 862986847
        },
        {
            "start": 862986997,
            "stop": 862988017
        },
        {
            "start": 862989354,
            "stop": 862990674
        },
        {
            "start": 862991003,
            "stop": 862997903
        },
        {
            "start": 862998053,
            "stop": 863002223
        }
    ]
}