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=129
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=130",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=128",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 129,
    "results": [
        {
            "start": 819119417,
            "stop": 819119770
        },
        {
            "start": 819119774,
            "stop": 819119999
        },
        {
            "start": 819120119,
            "stop": 819121472
        },
        {
            "start": 819121504,
            "stop": 819122006
        },
        {
            "start": 819122010,
            "stop": 819123605
        },
        {
            "start": 819123608,
            "stop": 819124273
        },
        {
            "start": 819124456,
            "stop": 819125248
        },
        {
            "start": 819125280,
            "stop": 819126640
        },
        {
            "start": 819126644,
            "stop": 819127020
        },
        {
            "start": 819127260,
            "stop": 819127440
        },
        {
            "start": 819127500,
            "stop": 819127648
        },
        {
            "start": 819127680,
            "stop": 819127920
        },
        {
            "start": 819127980,
            "stop": 819127993
        },
        {
            "start": 819128146,
            "stop": 819128280
        },
        {
            "start": 819128340,
            "stop": 819128460
        },
        {
            "start": 819128520,
            "stop": 819128820
        },
        {
            "start": 819128940,
            "stop": 819129842
        },
        {
            "start": 819144129,
            "stop": 819144300
        },
        {
            "start": 819145645,
            "stop": 819145860
        },
        {
            "start": 819145920,
            "stop": 819146047
        }
    ]
}