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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46799",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46797",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46798,
    "results": [
        {
            "start": 875117673,
            "stop": 875117689
        },
        {
            "start": 875117690,
            "stop": 875117734
        },
        {
            "start": 875117735,
            "stop": 875117784
        },
        {
            "start": 875117785,
            "stop": 875117838
        },
        {
            "start": 875117840,
            "stop": 875117842
        },
        {
            "start": 875117843,
            "stop": 875117880
        },
        {
            "start": 875117881,
            "stop": 875117889
        },
        {
            "start": 875117890,
            "stop": 875117904
        },
        {
            "start": 875117905,
            "stop": 875117912
        },
        {
            "start": 875117913,
            "stop": 875117917
        },
        {
            "start": 875117918,
            "stop": 875117931
        },
        {
            "start": 875117932,
            "stop": 875117951
        },
        {
            "start": 875117953,
            "stop": 875117966
        },
        {
            "start": 875117968,
            "stop": 875117984
        },
        {
            "start": 875117985,
            "stop": 875118005
        },
        {
            "start": 875118009,
            "stop": 875118032
        },
        {
            "start": 875118033,
            "stop": 875118049
        },
        {
            "start": 875118050,
            "stop": 875118094
        },
        {
            "start": 875118095,
            "stop": 875118103
        },
        {
            "start": 875118104,
            "stop": 875118119
        }
    ]
}