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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1236",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1234",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1235,
    "results": [
        {
            "start": 957347792,
            "stop": 957347913
        },
        {
            "start": 957347914,
            "stop": 957347945
        },
        {
            "start": 957347947,
            "stop": 957347965
        },
        {
            "start": 957347967,
            "stop": 957348042
        },
        {
            "start": 957348044,
            "stop": 957348135
        },
        {
            "start": 957348136,
            "stop": 957348228
        },
        {
            "start": 957348230,
            "stop": 957348424
        },
        {
            "start": 957348426,
            "stop": 957348633
        },
        {
            "start": 957348635,
            "stop": 957348715
        },
        {
            "start": 957348717,
            "stop": 957348795
        },
        {
            "start": 957348797,
            "stop": 957348926
        },
        {
            "start": 957348928,
            "stop": 957349348
        },
        {
            "start": 957349350,
            "stop": 957349459
        },
        {
            "start": 957349461,
            "stop": 957349487
        },
        {
            "start": 957349489,
            "stop": 957349634
        },
        {
            "start": 957349636,
            "stop": 957349721
        },
        {
            "start": 957349723,
            "stop": 957349772
        },
        {
            "start": 957349774,
            "stop": 957349823
        },
        {
            "start": 957349825,
            "stop": 957349946
        },
        {
            "start": 957349948,
            "stop": 957350036
        }
    ]
}