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=127
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=128",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=126",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 127,
    "results": [
        {
            "start": 818067591,
            "stop": 818067596
        },
        {
            "start": 818067600,
            "stop": 818067601
        },
        {
            "start": 818067605,
            "stop": 818067608
        },
        {
            "start": 818067611,
            "stop": 818067628
        },
        {
            "start": 818067631,
            "stop": 818067638
        },
        {
            "start": 818067644,
            "stop": 818067646
        },
        {
            "start": 818067650,
            "stop": 818067659
        },
        {
            "start": 818067664,
            "stop": 818067672
        },
        {
            "start": 818067675,
            "stop": 818067679
        },
        {
            "start": 818067683,
            "stop": 818067691
        },
        {
            "start": 818067695,
            "stop": 818067703
        },
        {
            "start": 818067711,
            "stop": 818067725
        },
        {
            "start": 818067728,
            "stop": 818067732
        },
        {
            "start": 818067735,
            "stop": 818067737
        },
        {
            "start": 818067740,
            "stop": 818067746
        },
        {
            "start": 818067749,
            "stop": 818067757
        },
        {
            "start": 818067763,
            "stop": 818067789
        },
        {
            "start": 818067792,
            "stop": 818067796
        },
        {
            "start": 818067799,
            "stop": 818067801
        },
        {
            "start": 818067806,
            "stop": 818067809
        }
    ]
}