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=81
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=82",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=80",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 81,
    "results": [
        {
            "start": 817888863,
            "stop": 817888872
        },
        {
            "start": 817888875,
            "stop": 817888958
        },
        {
            "start": 817888961,
            "stop": 817889893
        },
        {
            "start": 817889896,
            "stop": 817890898
        },
        {
            "start": 817892173,
            "stop": 817895230
        },
        {
            "start": 817895233,
            "stop": 817895869
        },
        {
            "start": 817895872,
            "stop": 817896837
        },
        {
            "start": 817896843,
            "stop": 817897192
        },
        {
            "start": 817897194,
            "stop": 817897334
        },
        {
            "start": 817897337,
            "stop": 817898774
        },
        {
            "start": 817898781,
            "stop": 817898785
        },
        {
            "start": 817898791,
            "stop": 817898798
        },
        {
            "start": 817898801,
            "stop": 817900470
        },
        {
            "start": 817901092,
            "stop": 817901346
        },
        {
            "start": 817901348,
            "stop": 817901388
        },
        {
            "start": 817901391,
            "stop": 817901508
        },
        {
            "start": 817901511,
            "stop": 817901517
        },
        {
            "start": 817901525,
            "stop": 817901526
        },
        {
            "start": 817902729,
            "stop": 817902827
        },
        {
            "start": 817902832,
            "stop": 817902840
        }
    ]
}