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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=248",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=246",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 247,
    "results": [
        {
            "start": 860846249,
            "stop": 860846640
        },
        {
            "start": 860849520,
            "stop": 860856815
        },
        {
            "start": 860871912,
            "stop": 860872944
        },
        {
            "start": 860874022,
            "stop": 860875800
        },
        {
            "start": 860879188,
            "stop": 860880064
        },
        {
            "start": 860881181,
            "stop": 860882873
        },
        {
            "start": 860883401,
            "stop": 860916042
        },
        {
            "start": 860917266,
            "stop": 860921933
        },
        {
            "start": 860923356,
            "stop": 860928293
        },
        {
            "start": 860930148,
            "stop": 860936564
        },
        {
            "start": 860937206,
            "stop": 860939220
        },
        {
            "start": 860939786,
            "stop": 860943516
        },
        {
            "start": 860944785,
            "stop": 860945859
        },
        {
            "start": 860947844,
            "stop": 860948437
        },
        {
            "start": 860948570,
            "stop": 860950120
        },
        {
            "start": 860950360,
            "stop": 860968575
        },
        {
            "start": 860969235,
            "stop": 861002448
        },
        {
            "start": 861003720,
            "stop": 861012392
        },
        {
            "start": 861015369,
            "stop": 861018490
        },
        {
            "start": 861020079,
            "stop": 861021954
        }
    ]
}