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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=293",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=291",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 292,
    "results": [
        {
            "start": 821692341,
            "stop": 821692342
        },
        {
            "start": 821692348,
            "stop": 821692357
        },
        {
            "start": 821692360,
            "stop": 821692361
        },
        {
            "start": 821692365,
            "stop": 821692370
        },
        {
            "start": 821692374,
            "stop": 821692377
        },
        {
            "start": 821692382,
            "stop": 821692385
        },
        {
            "start": 821692388,
            "stop": 821692391
        },
        {
            "start": 821692394,
            "stop": 821692395
        },
        {
            "start": 821692398,
            "stop": 821692399
        },
        {
            "start": 821692402,
            "stop": 821692404
        },
        {
            "start": 821692411,
            "stop": 821692413
        },
        {
            "start": 821692421,
            "stop": 821692430
        },
        {
            "start": 821692436,
            "stop": 821692437
        },
        {
            "start": 821692444,
            "stop": 821692446
        },
        {
            "start": 821692452,
            "stop": 821692454
        },
        {
            "start": 821692459,
            "stop": 821692477
        },
        {
            "start": 821692480,
            "stop": 821692485
        },
        {
            "start": 821692488,
            "stop": 821692490
        },
        {
            "start": 821692497,
            "stop": 821692501
        },
        {
            "start": 821692504,
            "stop": 821692518
        }
    ]
}