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=189
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=190",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=188",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 189,
    "results": [
        {
            "start": 933033243,
            "stop": 933033328
        },
        {
            "start": 933033329,
            "stop": 933033375
        },
        {
            "start": 933033510,
            "stop": 933033555
        },
        {
            "start": 933033581,
            "stop": 933033589
        },
        {
            "start": 933033609,
            "stop": 933033676
        },
        {
            "start": 933033778,
            "stop": 933033813
        },
        {
            "start": 933034240,
            "stop": 933034734
        },
        {
            "start": 933034739,
            "stop": 933034750
        },
        {
            "start": 933034770,
            "stop": 933035010
        },
        {
            "start": 933035015,
            "stop": 933035110
        },
        {
            "start": 933035115,
            "stop": 933035185
        },
        {
            "start": 933035427,
            "stop": 933035566
        },
        {
            "start": 933035571,
            "stop": 933035602
        },
        {
            "start": 933035608,
            "stop": 933035636
        },
        {
            "start": 933035655,
            "stop": 933035782
        },
        {
            "start": 933035783,
            "stop": 933036488
        },
        {
            "start": 933036494,
            "stop": 933036528
        },
        {
            "start": 933036533,
            "stop": 933036567
        },
        {
            "start": 933036568,
            "stop": 933036577
        },
        {
            "start": 933036578,
            "stop": 933036686
        }
    ]
}