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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7921",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7919",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7920,
    "results": [
        {
            "start": 969995215,
            "stop": 969995345
        },
        {
            "start": 969995349,
            "stop": 969995383
        },
        {
            "start": 969995387,
            "stop": 969995468
        },
        {
            "start": 969995472,
            "stop": 969995486
        },
        {
            "start": 969995489,
            "stop": 969995504
        },
        {
            "start": 969995508,
            "stop": 969995514
        },
        {
            "start": 969995517,
            "stop": 969995519
        },
        {
            "start": 969995526,
            "stop": 969995572
        },
        {
            "start": 969995575,
            "stop": 969995585
        },
        {
            "start": 969995588,
            "stop": 969995608
        },
        {
            "start": 969995611,
            "stop": 969995643
        },
        {
            "start": 969995647,
            "stop": 969995690
        },
        {
            "start": 969995694,
            "stop": 969995708
        },
        {
            "start": 969995711,
            "stop": 969995735
        },
        {
            "start": 969995738,
            "stop": 969995741
        },
        {
            "start": 969995746,
            "stop": 969995750
        },
        {
            "start": 969995760,
            "stop": 969995776
        },
        {
            "start": 969995779,
            "stop": 969995965
        },
        {
            "start": 969995968,
            "stop": 969995992
        },
        {
            "start": 969995995,
            "stop": 969996007
        }
    ]
}