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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16615",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16613",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16614,
    "results": [
        {
            "start": 874754356,
            "stop": 874754390
        },
        {
            "start": 874754393,
            "stop": 874754451
        },
        {
            "start": 874754452,
            "stop": 874754488
        },
        {
            "start": 874754491,
            "stop": 874754503
        },
        {
            "start": 874754505,
            "stop": 874754695
        },
        {
            "start": 874754696,
            "stop": 874754699
        },
        {
            "start": 874754700,
            "stop": 874754894
        },
        {
            "start": 874754895,
            "stop": 874755084
        },
        {
            "start": 874755085,
            "stop": 874755191
        },
        {
            "start": 874755192,
            "stop": 874755194
        },
        {
            "start": 874755196,
            "stop": 874755219
        },
        {
            "start": 874755220,
            "stop": 874755352
        },
        {
            "start": 874755353,
            "stop": 874755602
        },
        {
            "start": 874755603,
            "stop": 874755640
        },
        {
            "start": 874755641,
            "stop": 874755657
        },
        {
            "start": 874755659,
            "stop": 874755809
        },
        {
            "start": 874755811,
            "stop": 874755815
        },
        {
            "start": 874755816,
            "stop": 874755820
        },
        {
            "start": 874755821,
            "stop": 874755834
        },
        {
            "start": 874755835,
            "stop": 874755850
        }
    ]
}