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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=239",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=237",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 238,
    "results": [
        {
            "start": 934128948,
            "stop": 934129234
        },
        {
            "start": 934129237,
            "stop": 934129267
        },
        {
            "start": 934129270,
            "stop": 934129365
        },
        {
            "start": 934129367,
            "stop": 934129396
        },
        {
            "start": 934129400,
            "stop": 934129569
        },
        {
            "start": 934129574,
            "stop": 934129592
        },
        {
            "start": 934129594,
            "stop": 934129626
        },
        {
            "start": 934129628,
            "stop": 934129722
        },
        {
            "start": 934129725,
            "stop": 934129951
        },
        {
            "start": 934129955,
            "stop": 934129984
        },
        {
            "start": 934129987,
            "stop": 934130019
        },
        {
            "start": 934130021,
            "stop": 934130217
        },
        {
            "start": 934130222,
            "stop": 934131194
        },
        {
            "start": 934131203,
            "stop": 934131615
        },
        {
            "start": 934131855,
            "stop": 934132547
        },
        {
            "start": 934132549,
            "stop": 934132820
        },
        {
            "start": 934132839,
            "stop": 934132870
        },
        {
            "start": 934132872,
            "stop": 934132965
        },
        {
            "start": 934132968,
            "stop": 934132998
        },
        {
            "start": 934133001,
            "stop": 934133161
        }
    ]
}