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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8908",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8906",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8907,
    "results": [
        {
            "start": 873378120,
            "stop": 873378163
        },
        {
            "start": 873378182,
            "stop": 873378352
        },
        {
            "start": 873378382,
            "stop": 873378540
        },
        {
            "start": 873378600,
            "stop": 873378706
        },
        {
            "start": 873378723,
            "stop": 873379052
        },
        {
            "start": 873379072,
            "stop": 873379429
        },
        {
            "start": 873379446,
            "stop": 873379477
        },
        {
            "start": 873379501,
            "stop": 873379507
        },
        {
            "start": 873379524,
            "stop": 873379755
        },
        {
            "start": 873379772,
            "stop": 873379791
        },
        {
            "start": 873379810,
            "stop": 873380306
        },
        {
            "start": 873380325,
            "stop": 873381511
        },
        {
            "start": 873381528,
            "stop": 873381634
        },
        {
            "start": 873381774,
            "stop": 873381797
        },
        {
            "start": 873381814,
            "stop": 873382004
        },
        {
            "start": 873382027,
            "stop": 873382126
        },
        {
            "start": 873382254,
            "stop": 873382440
        },
        {
            "start": 873382560,
            "stop": 873382572
        },
        {
            "start": 873382654,
            "stop": 873382754
        },
        {
            "start": 873382940,
            "stop": 873383002
        }
    ]
}