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=3504
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=3505",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3503",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3504,
    "results": [
        {
            "start": 871309033,
            "stop": 871309258
        },
        {
            "start": 871309275,
            "stop": 871310345
        },
        {
            "start": 871310367,
            "stop": 871310377
        },
        {
            "start": 871310394,
            "stop": 871310586
        },
        {
            "start": 871310603,
            "stop": 871310961
        },
        {
            "start": 871310978,
            "stop": 871311014
        },
        {
            "start": 871311031,
            "stop": 871311102
        },
        {
            "start": 871311180,
            "stop": 871311217
        },
        {
            "start": 871311234,
            "stop": 871311437
        },
        {
            "start": 871311458,
            "stop": 871311464
        },
        {
            "start": 871311540,
            "stop": 871312384
        },
        {
            "start": 871312401,
            "stop": 871312607
        },
        {
            "start": 871312624,
            "stop": 871312821
        },
        {
            "start": 871313128,
            "stop": 871313134
        },
        {
            "start": 871313138,
            "stop": 871313207
        },
        {
            "start": 871313229,
            "stop": 871313354
        },
        {
            "start": 871313371,
            "stop": 871314641
        },
        {
            "start": 871314658,
            "stop": 871314905
        },
        {
            "start": 871314922,
            "stop": 871315044
        },
        {
            "start": 871315061,
            "stop": 871315740
        }
    ]
}