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=225
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=226",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=224",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 225,
    "results": [
        {
            "start": 933150423,
            "stop": 933150505
        },
        {
            "start": 933150525,
            "stop": 933150714
        },
        {
            "start": 933150744,
            "stop": 933150768
        },
        {
            "start": 933150786,
            "stop": 933150840
        },
        {
            "start": 933150859,
            "stop": 933150869
        },
        {
            "start": 933150888,
            "stop": 933150916
        },
        {
            "start": 933150966,
            "stop": 933150976
        },
        {
            "start": 933151020,
            "stop": 933151042
        },
        {
            "start": 933151091,
            "stop": 933151097
        },
        {
            "start": 933151140,
            "stop": 933151141
        },
        {
            "start": 933151172,
            "stop": 933151194
        },
        {
            "start": 933151262,
            "stop": 933151287
        },
        {
            "start": 933151326,
            "stop": 933151344
        },
        {
            "start": 933151363,
            "stop": 933151365
        },
        {
            "start": 933151384,
            "stop": 933151472
        },
        {
            "start": 933151491,
            "stop": 933151556
        },
        {
            "start": 933151574,
            "stop": 933151743
        },
        {
            "start": 933151772,
            "stop": 933151828
        },
        {
            "start": 933151829,
            "stop": 933151846
        },
        {
            "start": 933151864,
            "stop": 933151872
        }
    ]
}