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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5120",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5118",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5119,
    "results": [
        {
            "start": 1135896271,
            "stop": 1135896288
        },
        {
            "start": 1135896290,
            "stop": 1135896292
        },
        {
            "start": 1135896294,
            "stop": 1135896314
        },
        {
            "start": 1135896316,
            "stop": 1135896361
        },
        {
            "start": 1135896363,
            "stop": 1135896494
        },
        {
            "start": 1135896496,
            "stop": 1135896524
        },
        {
            "start": 1135896526,
            "stop": 1135896532
        },
        {
            "start": 1135896534,
            "stop": 1135896541
        },
        {
            "start": 1135896543,
            "stop": 1135896547
        },
        {
            "start": 1135896549,
            "stop": 1135896710
        },
        {
            "start": 1135896712,
            "stop": 1135896715
        },
        {
            "start": 1135896717,
            "stop": 1135896735
        },
        {
            "start": 1135896737,
            "stop": 1135896927
        },
        {
            "start": 1135896929,
            "stop": 1135896933
        },
        {
            "start": 1135896935,
            "stop": 1135896956
        },
        {
            "start": 1135896958,
            "stop": 1135896961
        },
        {
            "start": 1135896963,
            "stop": 1135896971
        },
        {
            "start": 1135896973,
            "stop": 1135896976
        },
        {
            "start": 1135896978,
            "stop": 1135896981
        },
        {
            "start": 1135896983,
            "stop": 1135896987
        }
    ]
}