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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5197",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5195",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5196,
    "results": [
        {
            "start": 969898396,
            "stop": 969898405
        },
        {
            "start": 969898410,
            "stop": 969898606
        },
        {
            "start": 969898609,
            "stop": 969898667
        },
        {
            "start": 969898670,
            "stop": 969898721
        },
        {
            "start": 969898724,
            "stop": 969898730
        },
        {
            "start": 969898733,
            "stop": 969898779
        },
        {
            "start": 969898782,
            "stop": 969898844
        },
        {
            "start": 969898847,
            "stop": 969898916
        },
        {
            "start": 969898919,
            "stop": 969898925
        },
        {
            "start": 969898929,
            "stop": 969898958
        },
        {
            "start": 969899078,
            "stop": 969899138
        },
        {
            "start": 969899198,
            "stop": 969899225
        },
        {
            "start": 969899228,
            "stop": 969899258
        },
        {
            "start": 969899558,
            "stop": 969899562
        },
        {
            "start": 969899565,
            "stop": 969899618
        },
        {
            "start": 969900158,
            "stop": 969900217
        },
        {
            "start": 969900698,
            "stop": 969900714
        },
        {
            "start": 969900717,
            "stop": 969900851
        },
        {
            "start": 969900854,
            "stop": 969900878
        },
        {
            "start": 969901178,
            "stop": 969901224
        }
    ]
}