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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=113",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=111",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 112,
    "results": [
        {
            "start": 818613360,
            "stop": 818613660
        },
        {
            "start": 818613720,
            "stop": 818614705
        },
        {
            "start": 818614825,
            "stop": 818616793
        },
        {
            "start": 818617456,
            "stop": 818618280
        },
        {
            "start": 818618340,
            "stop": 818618820
        },
        {
            "start": 818619000,
            "stop": 818619071
        },
        {
            "start": 818621618,
            "stop": 818623680
        },
        {
            "start": 818623740,
            "stop": 818623957
        },
        {
            "start": 818623974,
            "stop": 818624047
        },
        {
            "start": 818624064,
            "stop": 818625480
        },
        {
            "start": 818625540,
            "stop": 818625600
        },
        {
            "start": 818625660,
            "stop": 818625840
        },
        {
            "start": 818625900,
            "stop": 818626560
        },
        {
            "start": 818626620,
            "stop": 818627520
        },
        {
            "start": 818627580,
            "stop": 818627767
        },
        {
            "start": 818627788,
            "stop": 818629320
        },
        {
            "start": 818629380,
            "stop": 818629440
        },
        {
            "start": 818629500,
            "stop": 818629740
        },
        {
            "start": 818629800,
            "stop": 818629920
        },
        {
            "start": 818629980,
            "stop": 818630040
        }
    ]
}