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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=245",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=243",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 244,
    "results": [
        {
            "start": 818222652,
            "stop": 818222653
        },
        {
            "start": 818222660,
            "stop": 818222664
        },
        {
            "start": 818222667,
            "stop": 818222670
        },
        {
            "start": 818222673,
            "stop": 818222674
        },
        {
            "start": 818222677,
            "stop": 818222678
        },
        {
            "start": 818222681,
            "stop": 818222686
        },
        {
            "start": 818222694,
            "stop": 818222701
        },
        {
            "start": 818222707,
            "stop": 818222708
        },
        {
            "start": 818222714,
            "stop": 818222718
        },
        {
            "start": 818222725,
            "stop": 818222730
        },
        {
            "start": 818222738,
            "stop": 818222740
        },
        {
            "start": 818222778,
            "stop": 818222780
        },
        {
            "start": 818222784,
            "stop": 818222785
        },
        {
            "start": 818222803,
            "stop": 818222806
        },
        {
            "start": 818222810,
            "stop": 818222816
        },
        {
            "start": 818222828,
            "stop": 818222830
        },
        {
            "start": 818222834,
            "stop": 818222839
        },
        {
            "start": 818222849,
            "stop": 818222850
        },
        {
            "start": 818222854,
            "stop": 818222855
        },
        {
            "start": 818222861,
            "stop": 818222864
        }
    ]
}