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=327
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=328",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=326",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 327,
    "results": [
        {
            "start": 821139345,
            "stop": 821139664
        },
        {
            "start": 821139667,
            "stop": 821141103
        },
        {
            "start": 821141223,
            "stop": 821141250
        },
        {
            "start": 821141370,
            "stop": 821141405
        },
        {
            "start": 821141525,
            "stop": 821141683
        },
        {
            "start": 821141700,
            "stop": 821141745
        },
        {
            "start": 821141749,
            "stop": 821142064
        },
        {
            "start": 821142067,
            "stop": 821142223
        },
        {
            "start": 821142226,
            "stop": 821142413
        },
        {
            "start": 821142416,
            "stop": 821142501
        },
        {
            "start": 821142504,
            "stop": 821142848
        },
        {
            "start": 821142851,
            "stop": 821142961
        },
        {
            "start": 821142964,
            "stop": 821143313
        },
        {
            "start": 821143317,
            "stop": 821144084
        },
        {
            "start": 821144087,
            "stop": 821144762
        },
        {
            "start": 821144781,
            "stop": 821144916
        },
        {
            "start": 821145036,
            "stop": 821145066
        },
        {
            "start": 821145186,
            "stop": 821145488
        },
        {
            "start": 821145491,
            "stop": 821145514
        },
        {
            "start": 821145517,
            "stop": 821145531
        }
    ]
}