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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=697",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=695",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 696,
    "results": [
        {
            "start": 830129204,
            "stop": 830132940
        },
        {
            "start": 830133000,
            "stop": 830133002
        },
        {
            "start": 830133023,
            "stop": 830134140
        },
        {
            "start": 830134200,
            "stop": 830136029
        },
        {
            "start": 830136032,
            "stop": 830136231
        },
        {
            "start": 830136248,
            "stop": 830138743
        },
        {
            "start": 830138760,
            "stop": 830138903
        },
        {
            "start": 830138923,
            "stop": 830139840
        },
        {
            "start": 830139900,
            "stop": 830140009
        },
        {
            "start": 830140012,
            "stop": 830140189
        },
        {
            "start": 830140211,
            "stop": 830140500
        },
        {
            "start": 830140560,
            "stop": 830140621
        },
        {
            "start": 830142057,
            "stop": 830142112
        },
        {
            "start": 830142115,
            "stop": 830142120
        },
        {
            "start": 830142180,
            "stop": 830142480
        },
        {
            "start": 830142540,
            "stop": 830143010
        },
        {
            "start": 830143014,
            "stop": 830143198
        },
        {
            "start": 830143202,
            "stop": 830143260
        },
        {
            "start": 830143320,
            "stop": 830143382
        },
        {
            "start": 830143385,
            "stop": 830143421
        }
    ]
}