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=4533
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=4534",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4532",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4533,
    "results": [
        {
            "start": 968614193,
            "stop": 968614364
        },
        {
            "start": 968614367,
            "stop": 968614418
        },
        {
            "start": 968617898,
            "stop": 968618092
        },
        {
            "start": 968618095,
            "stop": 968619274
        },
        {
            "start": 968619277,
            "stop": 968619356
        },
        {
            "start": 968619359,
            "stop": 968621783
        },
        {
            "start": 968621786,
            "stop": 968621791
        },
        {
            "start": 968621794,
            "stop": 968622510
        },
        {
            "start": 968622513,
            "stop": 968623712
        },
        {
            "start": 968623715,
            "stop": 968624132
        },
        {
            "start": 968624135,
            "stop": 968624322
        },
        {
            "start": 968624325,
            "stop": 968624439
        },
        {
            "start": 968624456,
            "stop": 968625882
        },
        {
            "start": 968625885,
            "stop": 968626562
        },
        {
            "start": 968626565,
            "stop": 968627424
        },
        {
            "start": 968627441,
            "stop": 968627988
        },
        {
            "start": 968627991,
            "stop": 968628256
        },
        {
            "start": 968628259,
            "stop": 968628777
        },
        {
            "start": 968628780,
            "stop": 968629751
        },
        {
            "start": 968629754,
            "stop": 968629830
        }
    ]
}