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=16723
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=16724",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16722",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16723,
    "results": [
        {
            "start": 875011361,
            "stop": 875011371
        },
        {
            "start": 875011372,
            "stop": 875011394
        },
        {
            "start": 875011402,
            "stop": 875011410
        },
        {
            "start": 875011411,
            "stop": 875011429
        },
        {
            "start": 875011430,
            "stop": 875011447
        },
        {
            "start": 875011448,
            "stop": 875011516
        },
        {
            "start": 875011520,
            "stop": 875011620
        },
        {
            "start": 875011621,
            "stop": 875011690
        },
        {
            "start": 875011693,
            "stop": 875011703
        },
        {
            "start": 875011707,
            "stop": 875011715
        },
        {
            "start": 875011718,
            "stop": 875011746
        },
        {
            "start": 875011747,
            "stop": 875011805
        },
        {
            "start": 875011806,
            "stop": 875011814
        },
        {
            "start": 875011815,
            "stop": 875011816
        },
        {
            "start": 875011820,
            "stop": 875011835
        },
        {
            "start": 875011836,
            "stop": 875011845
        },
        {
            "start": 875011846,
            "stop": 875011853
        },
        {
            "start": 875011857,
            "stop": 875011880
        },
        {
            "start": 875011881,
            "stop": 875011883
        },
        {
            "start": 875011884,
            "stop": 875011897
        }
    ]
}