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=165
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=166",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=164",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 165,
    "results": [
        {
            "start": 818750767,
            "stop": 818750776
        },
        {
            "start": 818750869,
            "stop": 818750870
        },
        {
            "start": 818750946,
            "stop": 818750948
        },
        {
            "start": 818750969,
            "stop": 818750971
        },
        {
            "start": 818751043,
            "stop": 818751053
        },
        {
            "start": 818751258,
            "stop": 818751261
        },
        {
            "start": 818751457,
            "stop": 818751459
        },
        {
            "start": 818751531,
            "stop": 818751535
        },
        {
            "start": 818751673,
            "stop": 818751691
        },
        {
            "start": 818751701,
            "stop": 818751724
        },
        {
            "start": 818751738,
            "stop": 818751739
        },
        {
            "start": 818751773,
            "stop": 818751776
        },
        {
            "start": 818751813,
            "stop": 818751835
        },
        {
            "start": 818751859,
            "stop": 818751870
        },
        {
            "start": 818751894,
            "stop": 818751902
        },
        {
            "start": 818751912,
            "stop": 818751935
        },
        {
            "start": 818751961,
            "stop": 818751971
        },
        {
            "start": 818752008,
            "stop": 818752012
        },
        {
            "start": 818752022,
            "stop": 818752026
        },
        {
            "start": 818752034,
            "stop": 818752041
        }
    ]
}