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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1143",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1141",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1142,
    "results": [
        {
            "start": 950286399,
            "stop": 950286883
        },
        {
            "start": 950286885,
            "stop": 950287004
        },
        {
            "start": 950287006,
            "stop": 950287932
        },
        {
            "start": 950287934,
            "stop": 950288029
        },
        {
            "start": 950288030,
            "stop": 950288321
        },
        {
            "start": 950288323,
            "stop": 950289212
        },
        {
            "start": 950289214,
            "stop": 950289451
        },
        {
            "start": 950289453,
            "stop": 950292802
        },
        {
            "start": 950292804,
            "stop": 950293064
        },
        {
            "start": 950295017,
            "stop": 950297277
        },
        {
            "start": 950297279,
            "stop": 950297760
        },
        {
            "start": 950297762,
            "stop": 950298300
        },
        {
            "start": 950298302,
            "stop": 950298367
        },
        {
            "start": 950298369,
            "stop": 950298971
        },
        {
            "start": 950298973,
            "stop": 950299084
        },
        {
            "start": 950299086,
            "stop": 950299328
        },
        {
            "start": 950299330,
            "stop": 950299994
        },
        {
            "start": 950299996,
            "stop": 950300324
        },
        {
            "start": 950301903,
            "stop": 950303623
        },
        {
            "start": 950303625,
            "stop": 950305972
        }
    ]
}