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=3942
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=3943",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3941",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 3942,
    "results": [
        {
            "start": 874363321,
            "stop": 874363335
        },
        {
            "start": 874363340,
            "stop": 874363347
        },
        {
            "start": 874363350,
            "stop": 874364165
        },
        {
            "start": 874364227,
            "stop": 874368060
        },
        {
            "start": 874368061,
            "stop": 874368090
        },
        {
            "start": 874368091,
            "stop": 874368109
        },
        {
            "start": 874368110,
            "stop": 874368112
        },
        {
            "start": 874368113,
            "stop": 874368114
        },
        {
            "start": 874369185,
            "stop": 874373220
        },
        {
            "start": 874373640,
            "stop": 874373674
        },
        {
            "start": 874374724,
            "stop": 874376774
        },
        {
            "start": 874376778,
            "stop": 874376824
        },
        {
            "start": 874376827,
            "stop": 874377057
        },
        {
            "start": 874377060,
            "stop": 874379805
        },
        {
            "start": 874379806,
            "stop": 874379809
        },
        {
            "start": 874381601,
            "stop": 874381606
        },
        {
            "start": 874381607,
            "stop": 874381609
        },
        {
            "start": 874381610,
            "stop": 874381632
        },
        {
            "start": 874381633,
            "stop": 874381642
        },
        {
            "start": 874381643,
            "stop": 874381660
        }
    ]
}