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=4681
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=4682",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4680",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4681,
    "results": [
        {
            "start": 874340605,
            "stop": 874340610
        },
        {
            "start": 874340630,
            "stop": 874340659
        },
        {
            "start": 874340678,
            "stop": 874340679
        },
        {
            "start": 874341395,
            "stop": 874341405
        },
        {
            "start": 874341433,
            "stop": 874341463
        },
        {
            "start": 874341482,
            "stop": 874341513
        },
        {
            "start": 874341585,
            "stop": 874341591
        },
        {
            "start": 874341610,
            "stop": 874341633
        },
        {
            "start": 874341652,
            "stop": 874341677
        },
        {
            "start": 874341705,
            "stop": 874341732
        },
        {
            "start": 874341752,
            "stop": 874341776
        },
        {
            "start": 874341795,
            "stop": 874341816
        },
        {
            "start": 874341944,
            "stop": 874341948
        },
        {
            "start": 874341981,
            "stop": 874342031
        },
        {
            "start": 874342051,
            "stop": 874342061
        },
        {
            "start": 874342080,
            "stop": 874342101
        },
        {
            "start": 874342161,
            "stop": 874342164
        },
        {
            "start": 874342197,
            "stop": 874342210
        },
        {
            "start": 874342237,
            "stop": 874342262
        },
        {
            "start": 874342282,
            "stop": 874342288
        }
    ]
}