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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=77",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=75",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 76,
    "results": [
        {
            "start": 950621055,
            "stop": 950632678
        },
        {
            "start": 950642424,
            "stop": 950656833
        },
        {
            "start": 950669841,
            "stop": 950676803
        },
        {
            "start": 950679824,
            "stop": 950680417
        },
        {
            "start": 950681387,
            "stop": 950691934
        },
        {
            "start": 950693085,
            "stop": 950705560
        },
        {
            "start": 950706631,
            "stop": 950706721
        },
        {
            "start": 950706800,
            "stop": 950706989
        },
        {
            "start": 950712752,
            "stop": 950714080
        },
        {
            "start": 950714637,
            "stop": 950716505
        },
        {
            "start": 950717876,
            "stop": 950719879
        },
        {
            "start": 950722069,
            "stop": 950723304
        },
        {
            "start": 950775302,
            "stop": 950779959
        },
        {
            "start": 950779969,
            "stop": 950793577
        },
        {
            "start": 950798312,
            "stop": 950799841
        },
        {
            "start": 950800736,
            "stop": 950802273
        },
        {
            "start": 950808224,
            "stop": 950812818
        },
        {
            "start": 950816358,
            "stop": 950819565
        },
        {
            "start": 950820622,
            "stop": 950826867
        },
        {
            "start": 950904728,
            "stop": 950909092
        }
    ]
}