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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=357",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=355",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 356,
    "results": [
        {
            "start": 847356523,
            "stop": 847374783
        },
        {
            "start": 847377479,
            "stop": 847379484
        },
        {
            "start": 847379692,
            "stop": 847383076
        },
        {
            "start": 847383822,
            "stop": 847394758
        },
        {
            "start": 847400989,
            "stop": 847404309
        },
        {
            "start": 847404311,
            "stop": 847414803
        },
        {
            "start": 847414804,
            "stop": 847416959
        },
        {
            "start": 847424279,
            "stop": 847430020
        },
        {
            "start": 847430082,
            "stop": 847432997
        },
        {
            "start": 847433083,
            "stop": 847438919
        },
        {
            "start": 847439563,
            "stop": 847441364
        },
        {
            "start": 847442099,
            "stop": 847447542
        },
        {
            "start": 847447616,
            "stop": 847450245
        },
        {
            "start": 847450246,
            "stop": 847452085
        },
        {
            "start": 847452260,
            "stop": 847453216
        },
        {
            "start": 847453218,
            "stop": 847453237
        },
        {
            "start": 847454294,
            "stop": 847459733
        },
        {
            "start": 847463449,
            "stop": 847466017
        },
        {
            "start": 847467972,
            "stop": 847468324
        },
        {
            "start": 847468524,
            "stop": 847469044
        }
    ]
}