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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4601",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4599",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4600,
    "results": [
        {
            "start": 874101579,
            "stop": 874101947
        },
        {
            "start": 874101984,
            "stop": 874102197
        },
        {
            "start": 874102216,
            "stop": 874102480
        },
        {
            "start": 874102499,
            "stop": 874102680
        },
        {
            "start": 874102740,
            "stop": 874102852
        },
        {
            "start": 874102871,
            "stop": 874103028
        },
        {
            "start": 874103052,
            "stop": 874103135
        },
        {
            "start": 874103154,
            "stop": 874103419
        },
        {
            "start": 874103438,
            "stop": 874103515
        },
        {
            "start": 874103535,
            "stop": 874103772
        },
        {
            "start": 874103791,
            "stop": 874103949
        },
        {
            "start": 874103968,
            "stop": 874104068
        },
        {
            "start": 874104188,
            "stop": 874104219
        },
        {
            "start": 874104238,
            "stop": 874105377
        },
        {
            "start": 874105396,
            "stop": 874105441
        },
        {
            "start": 874105460,
            "stop": 874105769
        },
        {
            "start": 874105889,
            "stop": 874106814
        },
        {
            "start": 874106834,
            "stop": 874107192
        },
        {
            "start": 874107211,
            "stop": 874107220
        },
        {
            "start": 874107340,
            "stop": 874107378
        }
    ]
}