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=3962
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=3963",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3961",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 3962,
    "results": [
        {
            "start": 874481241,
            "stop": 874481260
        },
        {
            "start": 874481263,
            "stop": 874481297
        },
        {
            "start": 874481300,
            "stop": 874481303
        },
        {
            "start": 874481306,
            "stop": 874481315
        },
        {
            "start": 874481318,
            "stop": 874481441
        },
        {
            "start": 874481444,
            "stop": 874482364
        },
        {
            "start": 874482367,
            "stop": 874482449
        },
        {
            "start": 874482452,
            "stop": 874483364
        },
        {
            "start": 874483367,
            "stop": 874488228
        },
        {
            "start": 874489490,
            "stop": 874494234
        },
        {
            "start": 874494237,
            "stop": 874497810
        },
        {
            "start": 874497815,
            "stop": 874502142
        },
        {
            "start": 874502145,
            "stop": 874502910
        },
        {
            "start": 874502913,
            "stop": 874502917
        },
        {
            "start": 874502920,
            "stop": 874505086
        },
        {
            "start": 874505089,
            "stop": 874505495
        },
        {
            "start": 874505498,
            "stop": 874505700
        },
        {
            "start": 874505760,
            "stop": 874508810
        },
        {
            "start": 874508811,
            "stop": 874509361
        },
        {
            "start": 874509364,
            "stop": 874516500
        }
    ]
}