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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7085",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7083",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7084,
    "results": [
        {
            "start": 874451104,
            "stop": 874451393
        },
        {
            "start": 874451396,
            "stop": 874452018
        },
        {
            "start": 874452025,
            "stop": 874452028
        },
        {
            "start": 874452031,
            "stop": 874452208
        },
        {
            "start": 874452212,
            "stop": 874452669
        },
        {
            "start": 874452909,
            "stop": 874453510
        },
        {
            "start": 874453513,
            "stop": 874453514
        },
        {
            "start": 874453518,
            "stop": 874453584
        },
        {
            "start": 874453587,
            "stop": 874453696
        },
        {
            "start": 874453699,
            "stop": 874453700
        },
        {
            "start": 874453703,
            "stop": 874453773
        },
        {
            "start": 874453776,
            "stop": 874453784
        },
        {
            "start": 874453787,
            "stop": 874453825
        },
        {
            "start": 874453830,
            "stop": 874455557
        },
        {
            "start": 874455560,
            "stop": 874455586
        },
        {
            "start": 874455592,
            "stop": 874455593
        },
        {
            "start": 874455596,
            "stop": 874455599
        },
        {
            "start": 874455605,
            "stop": 874455716
        },
        {
            "start": 874455719,
            "stop": 874455730
        },
        {
            "start": 874455737,
            "stop": 874455880
        }
    ]
}