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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=230",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=228",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 229,
    "results": [
        {
            "start": 827395240,
            "stop": 827395243
        },
        {
            "start": 827395249,
            "stop": 827395275
        },
        {
            "start": 827395277,
            "stop": 827395280
        },
        {
            "start": 827395284,
            "stop": 827395572
        },
        {
            "start": 827395577,
            "stop": 827395668
        },
        {
            "start": 827395670,
            "stop": 827395677
        },
        {
            "start": 827395679,
            "stop": 827395717
        },
        {
            "start": 827395719,
            "stop": 827395724
        },
        {
            "start": 827395726,
            "stop": 827395729
        },
        {
            "start": 827395736,
            "stop": 827395757
        },
        {
            "start": 827395759,
            "stop": 827395766
        },
        {
            "start": 827395769,
            "stop": 827395786
        },
        {
            "start": 827395788,
            "stop": 827395792
        },
        {
            "start": 827395794,
            "stop": 827396019
        },
        {
            "start": 827396024,
            "stop": 827396025
        },
        {
            "start": 827396029,
            "stop": 827396031
        },
        {
            "start": 827396034,
            "stop": 827399287
        },
        {
            "start": 827399289,
            "stop": 827399290
        },
        {
            "start": 827399292,
            "stop": 827399299
        },
        {
            "start": 827399305,
            "stop": 827399321
        }
    ]
}