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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9032",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9030",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9031,
    "results": [
        {
            "start": 874159281,
            "stop": 874159532
        },
        {
            "start": 874159551,
            "stop": 874159567
        },
        {
            "start": 874159586,
            "stop": 874159675
        },
        {
            "start": 874159694,
            "stop": 874159712
        },
        {
            "start": 874159752,
            "stop": 874159856
        },
        {
            "start": 874159875,
            "stop": 874159996
        },
        {
            "start": 874160015,
            "stop": 874160295
        },
        {
            "start": 874160314,
            "stop": 874160726
        },
        {
            "start": 874160745,
            "stop": 874161262
        },
        {
            "start": 874161281,
            "stop": 874161313
        },
        {
            "start": 874161332,
            "stop": 874161379
        },
        {
            "start": 874161409,
            "stop": 874161448
        },
        {
            "start": 874161467,
            "stop": 874162157
        },
        {
            "start": 874162176,
            "stop": 874162916
        },
        {
            "start": 874162937,
            "stop": 874162976
        },
        {
            "start": 874163040,
            "stop": 874163100
        },
        {
            "start": 874184713,
            "stop": 874184746
        },
        {
            "start": 874184783,
            "stop": 874184831
        },
        {
            "start": 874184850,
            "stop": 874184856
        },
        {
            "start": 874184873,
            "stop": 874184877
        }
    ]
}