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_CBCHIGH_CAT3/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/H1_CBCHIGH_CAT3/segments?format=api&page=168",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=166",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 167,
    "results": [
        {
            "start": 820235381,
            "stop": 820235632
        },
        {
            "start": 820235636,
            "stop": 820235826
        },
        {
            "start": 820235829,
            "stop": 820235846
        },
        {
            "start": 820235850,
            "stop": 820236239
        },
        {
            "start": 820236242,
            "stop": 820236262
        },
        {
            "start": 820236265,
            "stop": 820236449
        },
        {
            "start": 820236452,
            "stop": 820236454
        },
        {
            "start": 820236458,
            "stop": 820236460
        },
        {
            "start": 820236464,
            "stop": 820236594
        },
        {
            "start": 820236597,
            "stop": 820236804
        },
        {
            "start": 820236807,
            "stop": 820236867
        },
        {
            "start": 820236870,
            "stop": 820237068
        },
        {
            "start": 820237071,
            "stop": 820237266
        },
        {
            "start": 820237269,
            "stop": 820237338
        },
        {
            "start": 820237341,
            "stop": 820237351
        },
        {
            "start": 820237354,
            "stop": 820237394
        },
        {
            "start": 820237397,
            "stop": 820237530
        },
        {
            "start": 820237534,
            "stop": 820237558
        },
        {
            "start": 820237561,
            "stop": 820237590
        },
        {
            "start": 820237593,
            "stop": 820237628
        }
    ]
}