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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=336",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=334",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 335,
    "results": [
        {
            "start": 845320004,
            "stop": 845325408
        },
        {
            "start": 845327353,
            "stop": 845328511
        },
        {
            "start": 845328513,
            "stop": 845330332
        },
        {
            "start": 845330379,
            "stop": 845330691
        },
        {
            "start": 845330814,
            "stop": 845331644
        },
        {
            "start": 845331695,
            "stop": 845331755
        },
        {
            "start": 845332188,
            "stop": 845334885
        },
        {
            "start": 845334887,
            "stop": 845336879
        },
        {
            "start": 845336881,
            "stop": 845344699
        },
        {
            "start": 845344701,
            "stop": 845345736
        },
        {
            "start": 845345737,
            "stop": 845356699
        },
        {
            "start": 845356793,
            "stop": 845357206
        },
        {
            "start": 845357309,
            "stop": 845364700
        },
        {
            "start": 845364702,
            "stop": 845364771
        },
        {
            "start": 845365880,
            "stop": 845366585
        },
        {
            "start": 845366587,
            "stop": 845369902
        },
        {
            "start": 845369903,
            "stop": 845376647
        },
        {
            "start": 845391473,
            "stop": 845391776
        },
        {
            "start": 845391777,
            "stop": 845392577
        },
        {
            "start": 845392579,
            "stop": 845393726
        }
    ]
}