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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7449",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7447",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7448,
    "results": [
        {
            "start": 970037708,
            "stop": 970038051
        },
        {
            "start": 970038057,
            "stop": 970038289
        },
        {
            "start": 970038292,
            "stop": 970038443
        },
        {
            "start": 970038446,
            "stop": 970038462
        },
        {
            "start": 970038473,
            "stop": 970038814
        },
        {
            "start": 970038825,
            "stop": 970038890
        },
        {
            "start": 970038896,
            "stop": 970039634
        },
        {
            "start": 970039640,
            "stop": 970039726
        },
        {
            "start": 970039729,
            "stop": 970039731
        },
        {
            "start": 970039739,
            "stop": 970039745
        },
        {
            "start": 970039750,
            "stop": 970040180
        },
        {
            "start": 970040183,
            "stop": 970040204
        },
        {
            "start": 970040207,
            "stop": 970040377
        },
        {
            "start": 970040383,
            "stop": 970040567
        },
        {
            "start": 970040579,
            "stop": 970040863
        },
        {
            "start": 970040866,
            "stop": 970041052
        },
        {
            "start": 970041055,
            "stop": 970041067
        },
        {
            "start": 970041070,
            "stop": 970041072
        },
        {
            "start": 970041075,
            "stop": 970041114
        },
        {
            "start": 970041123,
            "stop": 970041235
        }
    ]
}