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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=247",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=245",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 246,
    "results": [
        {
            "start": 960486953,
            "stop": 960489108
        },
        {
            "start": 960490704,
            "stop": 960491268
        },
        {
            "start": 960497359,
            "stop": 960498288
        },
        {
            "start": 960501151,
            "stop": 960510691
        },
        {
            "start": 960521440,
            "stop": 960521664
        },
        {
            "start": 960525518,
            "stop": 960525627
        },
        {
            "start": 960525631,
            "stop": 960525764
        },
        {
            "start": 960525770,
            "stop": 960526086
        },
        {
            "start": 960531785,
            "stop": 960531787
        },
        {
            "start": 960531790,
            "stop": 960531837
        },
        {
            "start": 960531840,
            "stop": 960532510
        },
        {
            "start": 960534997,
            "stop": 960535279
        },
        {
            "start": 960536846,
            "stop": 960537707
        },
        {
            "start": 960539830,
            "stop": 960548432
        },
        {
            "start": 960549973,
            "stop": 960551948
        },
        {
            "start": 960554301,
            "stop": 960556100
        },
        {
            "start": 960564584,
            "stop": 960565493
        },
        {
            "start": 960570427,
            "stop": 960574091
        },
        {
            "start": 960575956,
            "stop": 960577641
        },
        {
            "start": 960586389,
            "stop": 960586665
        }
    ]
}