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=4690
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=4691",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4689",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4690,
    "results": [
        {
            "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
        },
        {
            "start": 969901227,
            "stop": 969901238
        },
        {
            "start": 969901418,
            "stop": 969901727
        },
        {
            "start": 969901733,
            "stop": 969901780
        },
        {
            "start": 969901783,
            "stop": 969901926
        },
        {
            "start": 969901929,
            "stop": 969902086
        },
        {
            "start": 969902089,
            "stop": 969902106
        }
    ]
}