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=2144
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=2145",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2143",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2144,
    "results": [
        {
            "start": 872286243,
            "stop": 872286258
        },
        {
            "start": 872286276,
            "stop": 872286331
        },
        {
            "start": 872286348,
            "stop": 872286415
        },
        {
            "start": 872286442,
            "stop": 872286443
        },
        {
            "start": 872286469,
            "stop": 872286476
        },
        {
            "start": 872286495,
            "stop": 872286693
        },
        {
            "start": 872286710,
            "stop": 872286933
        },
        {
            "start": 872286976,
            "stop": 872287248
        },
        {
            "start": 872287295,
            "stop": 872287298
        },
        {
            "start": 872287315,
            "stop": 872287347
        },
        {
            "start": 872287364,
            "stop": 872287603
        },
        {
            "start": 872287609,
            "stop": 872287652
        },
        {
            "start": 872287658,
            "stop": 872287670
        },
        {
            "start": 872287675,
            "stop": 872287696
        },
        {
            "start": 872287703,
            "stop": 872287710
        },
        {
            "start": 872287715,
            "stop": 872287723
        },
        {
            "start": 872287729,
            "stop": 872287740
        },
        {
            "start": 872287746,
            "stop": 872287767
        },
        {
            "start": 872287772,
            "stop": 872287793
        },
        {
            "start": 872289672,
            "stop": 872289709
        }
    ]
}