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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=389",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=387",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 388,
    "results": [
        {
            "start": 935172171,
            "stop": 935172186
        },
        {
            "start": 935172188,
            "stop": 935172195
        },
        {
            "start": 935172197,
            "stop": 935172219
        },
        {
            "start": 935172222,
            "stop": 935172237
        },
        {
            "start": 935172241,
            "stop": 935175759
        },
        {
            "start": 935175762,
            "stop": 935175795
        },
        {
            "start": 935175798,
            "stop": 935175815
        },
        {
            "start": 935175817,
            "stop": 935175821
        },
        {
            "start": 935175823,
            "stop": 935175829
        },
        {
            "start": 935175831,
            "stop": 935175838
        },
        {
            "start": 935175841,
            "stop": 935177284
        },
        {
            "start": 935177287,
            "stop": 935177354
        },
        {
            "start": 935179081,
            "stop": 935179359
        },
        {
            "start": 935179362,
            "stop": 935179367
        },
        {
            "start": 935179370,
            "stop": 935179383
        },
        {
            "start": 935179386,
            "stop": 935179413
        },
        {
            "start": 935179415,
            "stop": 935179419
        },
        {
            "start": 935179422,
            "stop": 935179436
        },
        {
            "start": 935179441,
            "stop": 935180800
        },
        {
            "start": 935180803,
            "stop": 935180836
        }
    ]
}