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=3937
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=3938",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3936",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3937,
    "results": [
        {
            "start": 874238543,
            "stop": 874238568
        },
        {
            "start": 874238571,
            "stop": 874238573
        },
        {
            "start": 874238576,
            "stop": 874238622
        },
        {
            "start": 874240518,
            "stop": 874240521
        },
        {
            "start": 874240522,
            "stop": 874240523
        },
        {
            "start": 874240525,
            "stop": 874240533
        },
        {
            "start": 874240535,
            "stop": 874240537
        },
        {
            "start": 874240539,
            "stop": 874240542
        },
        {
            "start": 874240543,
            "stop": 874240545
        },
        {
            "start": 874240546,
            "stop": 874240558
        },
        {
            "start": 874240559,
            "stop": 874240561
        },
        {
            "start": 874240563,
            "stop": 874240572
        },
        {
            "start": 874240573,
            "stop": 874240584
        },
        {
            "start": 874240585,
            "stop": 874240587
        },
        {
            "start": 874240588,
            "stop": 874240599
        },
        {
            "start": 874240600,
            "stop": 874240609
        },
        {
            "start": 874240611,
            "stop": 874240622
        },
        {
            "start": 874240623,
            "stop": 874240628
        },
        {
            "start": 874240629,
            "stop": 874240633
        },
        {
            "start": 874240634,
            "stop": 874240657
        }
    ]
}