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=307
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=308",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=306",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 307,
    "results": [
        {
            "start": 818237705,
            "stop": 818237706
        },
        {
            "start": 818237710,
            "stop": 818237718
        },
        {
            "start": 818237733,
            "stop": 818237737
        },
        {
            "start": 818237740,
            "stop": 818237745
        },
        {
            "start": 818237748,
            "stop": 818237750
        },
        {
            "start": 818237757,
            "stop": 818237760
        },
        {
            "start": 818237763,
            "stop": 818237768
        },
        {
            "start": 818237771,
            "stop": 818237772
        },
        {
            "start": 818237784,
            "stop": 818237788
        },
        {
            "start": 818237791,
            "stop": 818237793
        },
        {
            "start": 818237797,
            "stop": 818237804
        },
        {
            "start": 818237813,
            "stop": 818237820
        },
        {
            "start": 818237831,
            "stop": 818237832
        },
        {
            "start": 818237838,
            "stop": 818237839
        },
        {
            "start": 818237850,
            "stop": 818237853
        },
        {
            "start": 818237863,
            "stop": 818237864
        },
        {
            "start": 818237888,
            "stop": 818237890
        },
        {
            "start": 818237913,
            "stop": 818237914
        },
        {
            "start": 818237944,
            "stop": 818237953
        },
        {
            "start": 818237956,
            "stop": 818237960
        }
    ]
}