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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9062",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9060",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9061,
    "results": [
        {
            "start": 874412067,
            "stop": 874412095
        },
        {
            "start": 874412123,
            "stop": 874412140
        },
        {
            "start": 874412205,
            "stop": 874412260
        },
        {
            "start": 874412279,
            "stop": 874412331
        },
        {
            "start": 874412354,
            "stop": 874412365
        },
        {
            "start": 874412664,
            "stop": 874412776
        },
        {
            "start": 874413290,
            "stop": 874413553
        },
        {
            "start": 874413570,
            "stop": 874413748
        },
        {
            "start": 874413765,
            "stop": 874414140
        },
        {
            "start": 874414157,
            "stop": 874414304
        },
        {
            "start": 874414321,
            "stop": 874414356
        },
        {
            "start": 874414373,
            "stop": 874414469
        },
        {
            "start": 874414500,
            "stop": 874414539
        },
        {
            "start": 874414573,
            "stop": 874414578
        },
        {
            "start": 874414600,
            "stop": 874415205
        },
        {
            "start": 874415224,
            "stop": 874415529
        },
        {
            "start": 874415547,
            "stop": 874415774
        },
        {
            "start": 874415942,
            "stop": 874416158
        },
        {
            "start": 874416178,
            "stop": 874416180
        },
        {
            "start": 874416440,
            "stop": 874416480
        }
    ]
}