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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40842",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40840",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40841,
    "results": [
        {
            "start": 875044002,
            "stop": 875044013
        },
        {
            "start": 875044014,
            "stop": 875044095
        },
        {
            "start": 875044096,
            "stop": 875044131
        },
        {
            "start": 875044132,
            "stop": 875044152
        },
        {
            "start": 875044153,
            "stop": 875044182
        },
        {
            "start": 875044184,
            "stop": 875044185
        },
        {
            "start": 875044186,
            "stop": 875044188
        },
        {
            "start": 875044189,
            "stop": 875044200
        },
        {
            "start": 875044260,
            "stop": 875044280
        },
        {
            "start": 875044281,
            "stop": 875044305
        },
        {
            "start": 875044306,
            "stop": 875044344
        },
        {
            "start": 875044345,
            "stop": 875044348
        },
        {
            "start": 875044349,
            "stop": 875044378
        },
        {
            "start": 875044379,
            "stop": 875044425
        },
        {
            "start": 875044426,
            "stop": 875044440
        },
        {
            "start": 875044441,
            "stop": 875044445
        },
        {
            "start": 875044446,
            "stop": 875044451
        },
        {
            "start": 875044452,
            "stop": 875044549
        },
        {
            "start": 875044550,
            "stop": 875044593
        },
        {
            "start": 875044594,
            "stop": 875044619
        }
    ]
}