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=16739
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=16740",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16738",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16739,
    "results": [
        {
            "start": 875054518,
            "stop": 875054687
        },
        {
            "start": 875054688,
            "stop": 875054754
        },
        {
            "start": 875054757,
            "stop": 875054770
        },
        {
            "start": 875054775,
            "stop": 875054915
        },
        {
            "start": 875054918,
            "stop": 875054928
        },
        {
            "start": 875054932,
            "stop": 875054989
        },
        {
            "start": 875054991,
            "stop": 875055028
        },
        {
            "start": 875055029,
            "stop": 875055171
        },
        {
            "start": 875055174,
            "stop": 875055341
        },
        {
            "start": 875055342,
            "stop": 875055364
        },
        {
            "start": 875055366,
            "stop": 875055451
        },
        {
            "start": 875055455,
            "stop": 875055491
        },
        {
            "start": 875055494,
            "stop": 875055572
        },
        {
            "start": 875055574,
            "stop": 875055596
        },
        {
            "start": 875055597,
            "stop": 875055817
        },
        {
            "start": 875055818,
            "stop": 875056060
        },
        {
            "start": 875056061,
            "stop": 875056129
        },
        {
            "start": 875056132,
            "stop": 875056206
        },
        {
            "start": 875056211,
            "stop": 875056367
        },
        {
            "start": 875056370,
            "stop": 875056372
        }
    ]
}