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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=144",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=142",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 143,
    "results": [
        {
            "start": 818070783,
            "stop": 818070792
        },
        {
            "start": 818070798,
            "stop": 818070801
        },
        {
            "start": 818070804,
            "stop": 818070808
        },
        {
            "start": 818070813,
            "stop": 818070814
        },
        {
            "start": 818070818,
            "stop": 818070822
        },
        {
            "start": 818070826,
            "stop": 818070832
        },
        {
            "start": 818070838,
            "stop": 818070842
        },
        {
            "start": 818070848,
            "stop": 818070852
        },
        {
            "start": 818070858,
            "stop": 818070861
        },
        {
            "start": 818070865,
            "stop": 818070867
        },
        {
            "start": 818070870,
            "stop": 818070880
        },
        {
            "start": 818070888,
            "stop": 818070902
        },
        {
            "start": 818070911,
            "stop": 818070915
        },
        {
            "start": 818070920,
            "stop": 818070934
        },
        {
            "start": 818070937,
            "stop": 818070938
        },
        {
            "start": 818070943,
            "stop": 818070948
        },
        {
            "start": 818070951,
            "stop": 818070955
        },
        {
            "start": 818070967,
            "stop": 818070969
        },
        {
            "start": 818070974,
            "stop": 818070981
        },
        {
            "start": 818070984,
            "stop": 818070988
        }
    ]
}