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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5259",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5257",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5258,
    "results": [
        {
            "start": 874632912,
            "stop": 874633385
        },
        {
            "start": 874633421,
            "stop": 874634037
        },
        {
            "start": 874634054,
            "stop": 874634631
        },
        {
            "start": 874634639,
            "stop": 874634640
        },
        {
            "start": 874635120,
            "stop": 874635196
        },
        {
            "start": 874635259,
            "stop": 874635449
        },
        {
            "start": 874635489,
            "stop": 874635579
        },
        {
            "start": 874635622,
            "stop": 874635632
        },
        {
            "start": 874635773,
            "stop": 874635909
        },
        {
            "start": 874635945,
            "stop": 874636328
        },
        {
            "start": 874636370,
            "stop": 874636385
        },
        {
            "start": 874636469,
            "stop": 874636477
        },
        {
            "start": 874636514,
            "stop": 874636523
        },
        {
            "start": 874636559,
            "stop": 874636629
        },
        {
            "start": 874636683,
            "stop": 874636762
        },
        {
            "start": 874636798,
            "stop": 874637020
        },
        {
            "start": 874637056,
            "stop": 874637536
        },
        {
            "start": 874637572,
            "stop": 874638015
        },
        {
            "start": 874638072,
            "stop": 874638251
        },
        {
            "start": 874638288,
            "stop": 874638315
        }
    ]
}