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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=388",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=386",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 387,
    "results": [
        {
            "start": 821448959,
            "stop": 821449015
        },
        {
            "start": 821449034,
            "stop": 821449065
        },
        {
            "start": 821449084,
            "stop": 821449088
        },
        {
            "start": 821449107,
            "stop": 821449215
        },
        {
            "start": 821449234,
            "stop": 821449252
        },
        {
            "start": 821449271,
            "stop": 821449273
        },
        {
            "start": 821449308,
            "stop": 821449379
        },
        {
            "start": 821449417,
            "stop": 821449485
        },
        {
            "start": 821449504,
            "stop": 821449692
        },
        {
            "start": 821449711,
            "stop": 821449722
        },
        {
            "start": 821449741,
            "stop": 821449763
        },
        {
            "start": 821449767,
            "stop": 821449981
        },
        {
            "start": 821450000,
            "stop": 821450009
        },
        {
            "start": 821450047,
            "stop": 821450140
        },
        {
            "start": 821450176,
            "stop": 821450215
        },
        {
            "start": 821450234,
            "stop": 821450325
        },
        {
            "start": 821450350,
            "stop": 821450375
        },
        {
            "start": 821450394,
            "stop": 821450423
        },
        {
            "start": 821450442,
            "stop": 821450503
        },
        {
            "start": 821450522,
            "stop": 821450628
        }
    ]
}