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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=316",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=314",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 315,
    "results": [
        {
            "start": 818734541,
            "stop": 818734563
        },
        {
            "start": 818734647,
            "stop": 818734668
        },
        {
            "start": 818734723,
            "stop": 818734728
        },
        {
            "start": 818734900,
            "stop": 818734906
        },
        {
            "start": 818734945,
            "stop": 818734966
        },
        {
            "start": 818735136,
            "stop": 818735142
        },
        {
            "start": 818737549,
            "stop": 818737558
        },
        {
            "start": 818737621,
            "stop": 818737623
        },
        {
            "start": 818737677,
            "stop": 818737681
        },
        {
            "start": 818737715,
            "stop": 818737734
        },
        {
            "start": 818737754,
            "stop": 818737756
        },
        {
            "start": 818737823,
            "stop": 818737834
        },
        {
            "start": 818737881,
            "stop": 818737886
        },
        {
            "start": 818737915,
            "stop": 818737920
        },
        {
            "start": 818743966,
            "stop": 818743979
        },
        {
            "start": 818743982,
            "stop": 818743990
        },
        {
            "start": 818743993,
            "stop": 818743996
        },
        {
            "start": 818743999,
            "stop": 818744009
        },
        {
            "start": 818744013,
            "stop": 818744040
        },
        {
            "start": 818744148,
            "stop": 818744151
        }
    ]
}