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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14855",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14853",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14854,
    "results": [
        {
            "start": 971403398,
            "stop": 971403400
        },
        {
            "start": 971403402,
            "stop": 971403405
        },
        {
            "start": 971403409,
            "stop": 971403414
        },
        {
            "start": 971403416,
            "stop": 971403418
        },
        {
            "start": 971403423,
            "stop": 971403424
        },
        {
            "start": 971403426,
            "stop": 971403428
        },
        {
            "start": 971403429,
            "stop": 971403436
        },
        {
            "start": 971403442,
            "stop": 971403446
        },
        {
            "start": 971405860,
            "stop": 971405900
        },
        {
            "start": 971405918,
            "stop": 971406204
        },
        {
            "start": 971406207,
            "stop": 971406209
        },
        {
            "start": 971406212,
            "stop": 971406669
        },
        {
            "start": 971406672,
            "stop": 971407414
        },
        {
            "start": 971407432,
            "stop": 971407442
        },
        {
            "start": 971407445,
            "stop": 971407463
        },
        {
            "start": 971407481,
            "stop": 971407820
        },
        {
            "start": 971407838,
            "stop": 971408038
        },
        {
            "start": 971408697,
            "stop": 971408710
        },
        {
            "start": 971408711,
            "stop": 971408712
        },
        {
            "start": 971408713,
            "stop": 971408719
        }
    ]
}