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=270
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=271",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=269",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 270,
    "results": [
        {
            "start": 821717466,
            "stop": 821717478
        },
        {
            "start": 821717485,
            "stop": 821717537
        },
        {
            "start": 821717542,
            "stop": 821717713
        },
        {
            "start": 821717719,
            "stop": 821717821
        },
        {
            "start": 821717826,
            "stop": 821718057
        },
        {
            "start": 821718064,
            "stop": 821718311
        },
        {
            "start": 821718318,
            "stop": 821718543
        },
        {
            "start": 821718549,
            "stop": 821718558
        },
        {
            "start": 821718564,
            "stop": 821718661
        },
        {
            "start": 821730467,
            "stop": 821731260
        },
        {
            "start": 821731271,
            "stop": 821731481
        },
        {
            "start": 821731486,
            "stop": 821731627
        },
        {
            "start": 821731632,
            "stop": 821731806
        },
        {
            "start": 821731811,
            "stop": 821732108
        },
        {
            "start": 821732122,
            "stop": 821732142
        },
        {
            "start": 821732164,
            "stop": 821732190
        },
        {
            "start": 821732195,
            "stop": 821732209
        },
        {
            "start": 821732215,
            "stop": 821732774
        },
        {
            "start": 821748924,
            "stop": 821750776
        },
        {
            "start": 821750880,
            "stop": 821754552
        }
    ]
}