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=40659
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=40660",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40658",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40659,
    "results": [
        {
            "start": 874919778,
            "stop": 874919784
        },
        {
            "start": 874919787,
            "stop": 874919797
        },
        {
            "start": 874919798,
            "stop": 874919802
        },
        {
            "start": 874919803,
            "stop": 874919807
        },
        {
            "start": 874919808,
            "stop": 874919813
        },
        {
            "start": 874919814,
            "stop": 874919819
        },
        {
            "start": 874919820,
            "stop": 874919823
        },
        {
            "start": 874919824,
            "stop": 874919829
        },
        {
            "start": 874919830,
            "stop": 874919832
        },
        {
            "start": 874919833,
            "stop": 874919834
        },
        {
            "start": 874919835,
            "stop": 874919849
        },
        {
            "start": 874919850,
            "stop": 874919863
        },
        {
            "start": 874919865,
            "stop": 874919871
        },
        {
            "start": 874919872,
            "stop": 874919881
        },
        {
            "start": 874919882,
            "stop": 874919890
        },
        {
            "start": 874919891,
            "stop": 874919903
        },
        {
            "start": 874919904,
            "stop": 874919944
        },
        {
            "start": 874919945,
            "stop": 874919961
        },
        {
            "start": 874919962,
            "stop": 874919993
        },
        {
            "start": 874919994,
            "stop": 874919995
        }
    ]
}