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=16801
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=16802",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16800",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16801,
    "results": [
        {
            "start": 875125529,
            "stop": 875125539
        },
        {
            "start": 875125540,
            "stop": 875125591
        },
        {
            "start": 875125593,
            "stop": 875125598
        },
        {
            "start": 875125600,
            "stop": 875125620
        },
        {
            "start": 875125681,
            "stop": 875125691
        },
        {
            "start": 875125692,
            "stop": 875125716
        },
        {
            "start": 875125717,
            "stop": 875125763
        },
        {
            "start": 875125765,
            "stop": 875125781
        },
        {
            "start": 875125782,
            "stop": 875125788
        },
        {
            "start": 875125789,
            "stop": 875125799
        },
        {
            "start": 875125801,
            "stop": 875125899
        },
        {
            "start": 875125900,
            "stop": 875126004
        },
        {
            "start": 875126005,
            "stop": 875126007
        },
        {
            "start": 875126008,
            "stop": 875126012
        },
        {
            "start": 875126014,
            "stop": 875126063
        },
        {
            "start": 875126064,
            "stop": 875126100
        },
        {
            "start": 875126103,
            "stop": 875126115
        },
        {
            "start": 875126117,
            "stop": 875126187
        },
        {
            "start": 875126190,
            "stop": 875126239
        },
        {
            "start": 875126241,
            "stop": 875126260
        }
    ]
}