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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=195",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=193",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 194,
    "results": [
        {
            "start": 841654160,
            "stop": 841654273
        },
        {
            "start": 841654314,
            "stop": 841654315
        },
        {
            "start": 841654638,
            "stop": 841656493
        },
        {
            "start": 841657445,
            "stop": 841662648
        },
        {
            "start": 841663541,
            "stop": 841667173
        },
        {
            "start": 841668733,
            "stop": 841669993
        },
        {
            "start": 841670033,
            "stop": 841670035
        },
        {
            "start": 841671282,
            "stop": 841674394
        },
        {
            "start": 841680888,
            "stop": 841681476
        },
        {
            "start": 841681674,
            "stop": 841684693
        },
        {
            "start": 841684714,
            "stop": 841684716
        },
        {
            "start": 841684825,
            "stop": 841684873
        },
        {
            "start": 841684888,
            "stop": 841684889
        },
        {
            "start": 841684933,
            "stop": 841692433
        },
        {
            "start": 841692466,
            "stop": 841692468
        },
        {
            "start": 841692553,
            "stop": 841698707
        },
        {
            "start": 841699795,
            "stop": 841734973
        },
        {
            "start": 841734977,
            "stop": 841734978
        },
        {
            "start": 841735798,
            "stop": 841750453
        },
        {
            "start": 841751632,
            "stop": 841751685
        }
    ]
}