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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=232",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=230",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 231,
    "results": [
        {
            "start": 931674514,
            "stop": 931674515
        },
        {
            "start": 931674517,
            "stop": 931674534
        },
        {
            "start": 931674542,
            "stop": 931674543
        },
        {
            "start": 931674551,
            "stop": 931674552
        },
        {
            "start": 931674565,
            "stop": 931674566
        },
        {
            "start": 931674569,
            "stop": 931674572
        },
        {
            "start": 931674576,
            "stop": 931674582
        },
        {
            "start": 931674584,
            "stop": 931674588
        },
        {
            "start": 931674597,
            "stop": 931674598
        },
        {
            "start": 931674601,
            "stop": 931674606
        },
        {
            "start": 931674618,
            "stop": 931674621
        },
        {
            "start": 931674624,
            "stop": 931674627
        },
        {
            "start": 931674630,
            "stop": 931674640
        },
        {
            "start": 931674646,
            "stop": 931674648
        },
        {
            "start": 931674664,
            "stop": 931674669
        },
        {
            "start": 931674673,
            "stop": 931674680
        },
        {
            "start": 931674694,
            "stop": 931674696
        },
        {
            "start": 931674701,
            "stop": 931674702
        },
        {
            "start": 931674706,
            "stop": 931674710
        },
        {
            "start": 931674714,
            "stop": 931674718
        }
    ]
}