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=1133
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=1134",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1132",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1133,
    "results": [
        {
            "start": 949990485,
            "stop": 949990505
        },
        {
            "start": 949990507,
            "stop": 949991288
        },
        {
            "start": 949991290,
            "stop": 949992039
        },
        {
            "start": 949992041,
            "stop": 949993857
        },
        {
            "start": 949994632,
            "stop": 949998655
        },
        {
            "start": 950000085,
            "stop": 950000743
        },
        {
            "start": 950000745,
            "stop": 950000889
        },
        {
            "start": 950000891,
            "stop": 950000909
        },
        {
            "start": 950000911,
            "stop": 950002234
        },
        {
            "start": 950002236,
            "stop": 950002654
        },
        {
            "start": 950002656,
            "stop": 950002774
        },
        {
            "start": 950002776,
            "stop": 950004107
        },
        {
            "start": 950004109,
            "stop": 950005024
        },
        {
            "start": 950005951,
            "stop": 950005953
        },
        {
            "start": 950005955,
            "stop": 950009004
        },
        {
            "start": 950009006,
            "stop": 950009863
        },
        {
            "start": 950009865,
            "stop": 950010019
        },
        {
            "start": 950010021,
            "stop": 950010403
        },
        {
            "start": 950014930,
            "stop": 950018184
        },
        {
            "start": 950021311,
            "stop": 950025968
        }
    ]
}