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=40689
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=40690",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40688",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40689,
    "results": [
        {
            "start": 874934691,
            "stop": 874934696
        },
        {
            "start": 874934697,
            "stop": 874934756
        },
        {
            "start": 874934757,
            "stop": 874934815
        },
        {
            "start": 874934816,
            "stop": 874934821
        },
        {
            "start": 874934822,
            "stop": 874934827
        },
        {
            "start": 874934828,
            "stop": 874934832
        },
        {
            "start": 874934834,
            "stop": 874934861
        },
        {
            "start": 874934862,
            "stop": 874934872
        },
        {
            "start": 874934876,
            "stop": 874934891
        },
        {
            "start": 874934893,
            "stop": 874934912
        },
        {
            "start": 874934913,
            "stop": 874934926
        },
        {
            "start": 874934928,
            "stop": 874934934
        },
        {
            "start": 874934935,
            "stop": 874934941
        },
        {
            "start": 874934945,
            "stop": 874934963
        },
        {
            "start": 874934964,
            "stop": 874934991
        },
        {
            "start": 874934992,
            "stop": 874934999
        },
        {
            "start": 874935000,
            "stop": 874935008
        },
        {
            "start": 874935009,
            "stop": 874935086
        },
        {
            "start": 874935087,
            "stop": 874935116
        },
        {
            "start": 874936157,
            "stop": 874936165
        }
    ]
}