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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16771",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16769",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16770,
    "results": [
        {
            "start": 875107612,
            "stop": 875107627
        },
        {
            "start": 875107633,
            "stop": 875107641
        },
        {
            "start": 875107646,
            "stop": 875107671
        },
        {
            "start": 875107673,
            "stop": 875107691
        },
        {
            "start": 875107694,
            "stop": 875107716
        },
        {
            "start": 875107719,
            "stop": 875107730
        },
        {
            "start": 875107731,
            "stop": 875107741
        },
        {
            "start": 875107742,
            "stop": 875107855
        },
        {
            "start": 875107856,
            "stop": 875107952
        },
        {
            "start": 875107954,
            "stop": 875108139
        },
        {
            "start": 875108140,
            "stop": 875108192
        },
        {
            "start": 875108193,
            "stop": 875108253
        },
        {
            "start": 875108255,
            "stop": 875108257
        },
        {
            "start": 875108258,
            "stop": 875108259
        },
        {
            "start": 875108260,
            "stop": 875108349
        },
        {
            "start": 875108350,
            "stop": 875108354
        },
        {
            "start": 875108355,
            "stop": 875108356
        },
        {
            "start": 875108358,
            "stop": 875108413
        },
        {
            "start": 875108416,
            "stop": 875108429
        },
        {
            "start": 875108430,
            "stop": 875108467
        }
    ]
}