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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=268",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=266",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 267,
    "results": [
        {
            "start": 933460716,
            "stop": 933460751
        },
        {
            "start": 933460770,
            "stop": 933460811
        },
        {
            "start": 933460812,
            "stop": 933460883
        },
        {
            "start": 933460888,
            "stop": 933460942
        },
        {
            "start": 933460961,
            "stop": 933460966
        },
        {
            "start": 933460985,
            "stop": 933461037
        },
        {
            "start": 933461042,
            "stop": 933461091
        },
        {
            "start": 933461096,
            "stop": 933461126
        },
        {
            "start": 933461127,
            "stop": 933461138
        },
        {
            "start": 933463216,
            "stop": 933463218
        },
        {
            "start": 933484229,
            "stop": 933484641
        },
        {
            "start": 933484642,
            "stop": 933484684
        },
        {
            "start": 933484685,
            "stop": 933484797
        },
        {
            "start": 933484816,
            "stop": 933484831
        },
        {
            "start": 933484850,
            "stop": 933484927
        },
        {
            "start": 933484928,
            "stop": 933484989
        },
        {
            "start": 933484990,
            "stop": 933485119
        },
        {
            "start": 933485120,
            "stop": 933485175
        },
        {
            "start": 933485176,
            "stop": 933485450
        },
        {
            "start": 933485451,
            "stop": 933485528
        }
    ]
}