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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8077",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8075",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8076,
    "results": [
        {
            "start": 872387325,
            "stop": 872387506
        },
        {
            "start": 872387525,
            "stop": 872387532
        },
        {
            "start": 872387583,
            "stop": 872387592
        },
        {
            "start": 872387611,
            "stop": 872388197
        },
        {
            "start": 872388214,
            "stop": 872388672
        },
        {
            "start": 872388704,
            "stop": 872388922
        },
        {
            "start": 872388941,
            "stop": 872389042
        },
        {
            "start": 872389059,
            "stop": 872389424
        },
        {
            "start": 872389443,
            "stop": 872389564
        },
        {
            "start": 872389581,
            "stop": 872390203
        },
        {
            "start": 872390235,
            "stop": 872390293
        },
        {
            "start": 872390327,
            "stop": 872390373
        },
        {
            "start": 872390394,
            "stop": 872390578
        },
        {
            "start": 872390595,
            "stop": 872393051
        },
        {
            "start": 872393068,
            "stop": 872393199
        },
        {
            "start": 872393216,
            "stop": 872394381
        },
        {
            "start": 872394398,
            "stop": 872394611
        },
        {
            "start": 872394628,
            "stop": 872395048
        },
        {
            "start": 872395065,
            "stop": 872395920
        },
        {
            "start": 872395980,
            "stop": 872396035
        }
    ]
}