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=271
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=272",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=270",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 271,
    "results": [
        {
            "start": 931682546,
            "stop": 931682554
        },
        {
            "start": 931682559,
            "stop": 931682563
        },
        {
            "start": 931682566,
            "stop": 931682575
        },
        {
            "start": 931682578,
            "stop": 931682586
        },
        {
            "start": 931682592,
            "stop": 931682593
        },
        {
            "start": 931682600,
            "stop": 931682601
        },
        {
            "start": 931682604,
            "stop": 931682605
        },
        {
            "start": 931682610,
            "stop": 931682611
        },
        {
            "start": 931682621,
            "stop": 931682631
        },
        {
            "start": 931682636,
            "stop": 931682637
        },
        {
            "start": 931682644,
            "stop": 931682646
        },
        {
            "start": 931682651,
            "stop": 931682654
        },
        {
            "start": 931682664,
            "stop": 931682665
        },
        {
            "start": 931682670,
            "stop": 931682671
        },
        {
            "start": 931682680,
            "stop": 931682681
        },
        {
            "start": 931682686,
            "stop": 931682691
        },
        {
            "start": 931682706,
            "stop": 931682711
        },
        {
            "start": 931682720,
            "stop": 931682724
        },
        {
            "start": 931682728,
            "stop": 931682730
        },
        {
            "start": 931682742,
            "stop": 931682744
        }
    ]
}