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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2214",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2212",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2213,
    "results": [
        {
            "start": 872709251,
            "stop": 872709301
        },
        {
            "start": 872709318,
            "stop": 872709323
        },
        {
            "start": 872709328,
            "stop": 872709372
        },
        {
            "start": 872709377,
            "stop": 872709431
        },
        {
            "start": 872709437,
            "stop": 872709461
        },
        {
            "start": 872709466,
            "stop": 872709512
        },
        {
            "start": 872709518,
            "stop": 872709519
        },
        {
            "start": 872718269,
            "stop": 872718274
        },
        {
            "start": 872718299,
            "stop": 872718463
        },
        {
            "start": 872718480,
            "stop": 872718710
        },
        {
            "start": 872718716,
            "stop": 872720529
        },
        {
            "start": 872720714,
            "stop": 872721008
        },
        {
            "start": 872721248,
            "stop": 872721659
        },
        {
            "start": 872721665,
            "stop": 872725320
        },
        {
            "start": 872725326,
            "stop": 872728099
        },
        {
            "start": 872730087,
            "stop": 872730126
        },
        {
            "start": 872730143,
            "stop": 872731482
        },
        {
            "start": 872747867,
            "stop": 872747872
        },
        {
            "start": 872747900,
            "stop": 872748048
        },
        {
            "start": 872748066,
            "stop": 872756604
        }
    ]
}