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=3495
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=3496",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3494",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3495,
    "results": [
        {
            "start": 871228374,
            "stop": 871228542
        },
        {
            "start": 871228692,
            "stop": 871228761
        },
        {
            "start": 871228778,
            "stop": 871229074
        },
        {
            "start": 871229098,
            "stop": 871229226
        },
        {
            "start": 871229243,
            "stop": 871229611
        },
        {
            "start": 871229628,
            "stop": 871230365
        },
        {
            "start": 871230382,
            "stop": 871231080
        },
        {
            "start": 871231097,
            "stop": 871231140
        },
        {
            "start": 871231200,
            "stop": 871232040
        },
        {
            "start": 871232057,
            "stop": 871232233
        },
        {
            "start": 871232250,
            "stop": 871232381
        },
        {
            "start": 871232398,
            "stop": 871232655
        },
        {
            "start": 871232672,
            "stop": 871232700
        },
        {
            "start": 871232760,
            "stop": 871233044
        },
        {
            "start": 871233071,
            "stop": 871233099
        },
        {
            "start": 871233121,
            "stop": 871233378
        },
        {
            "start": 871233395,
            "stop": 871233846
        },
        {
            "start": 871233850,
            "stop": 871233870
        },
        {
            "start": 871233960,
            "stop": 871234714
        },
        {
            "start": 871234718,
            "stop": 871234890
        }
    ]
}