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=40681
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=40682",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40680",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40681,
    "results": [
        {
            "start": 874929883,
            "stop": 874929906
        },
        {
            "start": 874929908,
            "stop": 874929916
        },
        {
            "start": 874929917,
            "stop": 874929924
        },
        {
            "start": 874929925,
            "stop": 874929967
        },
        {
            "start": 874929969,
            "stop": 874929988
        },
        {
            "start": 874929989,
            "stop": 874929992
        },
        {
            "start": 874929993,
            "stop": 874930030
        },
        {
            "start": 874930032,
            "stop": 874930048
        },
        {
            "start": 874930049,
            "stop": 874930073
        },
        {
            "start": 874930075,
            "stop": 874930077
        },
        {
            "start": 874930078,
            "stop": 874930081
        },
        {
            "start": 874930082,
            "stop": 874930095
        },
        {
            "start": 874930096,
            "stop": 874930111
        },
        {
            "start": 874930112,
            "stop": 874930120
        },
        {
            "start": 874930121,
            "stop": 874930137
        },
        {
            "start": 874930138,
            "stop": 874930222
        },
        {
            "start": 874930226,
            "stop": 874930233
        },
        {
            "start": 874930234,
            "stop": 874930247
        },
        {
            "start": 874930249,
            "stop": 874930311
        },
        {
            "start": 874930312,
            "stop": 874930321
        }
    ]
}