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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=319",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=317",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 318,
    "results": [
        {
            "start": 818242600,
            "stop": 818242606
        },
        {
            "start": 818242610,
            "stop": 818242611
        },
        {
            "start": 818242617,
            "stop": 818242618
        },
        {
            "start": 818242621,
            "stop": 818242622
        },
        {
            "start": 818242635,
            "stop": 818242638
        },
        {
            "start": 818242646,
            "stop": 818242647
        },
        {
            "start": 818242650,
            "stop": 818242651
        },
        {
            "start": 818242654,
            "stop": 818242661
        },
        {
            "start": 818242669,
            "stop": 818242672
        },
        {
            "start": 818242675,
            "stop": 818242676
        },
        {
            "start": 818242689,
            "stop": 818242691
        },
        {
            "start": 818242697,
            "stop": 818242699
        },
        {
            "start": 818242723,
            "stop": 818242733
        },
        {
            "start": 818242746,
            "stop": 818242750
        },
        {
            "start": 818242764,
            "stop": 818242769
        },
        {
            "start": 818242793,
            "stop": 818242794
        },
        {
            "start": 818242817,
            "stop": 818242820
        },
        {
            "start": 818242825,
            "stop": 818242827
        },
        {
            "start": 818242844,
            "stop": 818242855
        },
        {
            "start": 818242858,
            "stop": 818242859
        }
    ]
}