Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3728
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3729",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3727",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3728,
    "results": [
        {
            "start": 971013362,
            "stop": 971013432
        },
        {
            "start": 971013436,
            "stop": 971013488
        },
        {
            "start": 971013491,
            "stop": 971013510
        },
        {
            "start": 971013513,
            "stop": 971013519
        },
        {
            "start": 971013522,
            "stop": 971013525
        },
        {
            "start": 971013528,
            "stop": 971013570
        },
        {
            "start": 971013573,
            "stop": 971013616
        },
        {
            "start": 971013736,
            "stop": 971013751
        },
        {
            "start": 971013754,
            "stop": 971013782
        },
        {
            "start": 971013786,
            "stop": 971013801
        },
        {
            "start": 971013804,
            "stop": 971013833
        },
        {
            "start": 971013836,
            "stop": 971013843
        },
        {
            "start": 971013849,
            "stop": 971013880
        },
        {
            "start": 971013883,
            "stop": 971013889
        },
        {
            "start": 971013892,
            "stop": 971013916
        },
        {
            "start": 971013919,
            "stop": 971013944
        },
        {
            "start": 971013947,
            "stop": 971013951
        },
        {
            "start": 971013957,
            "stop": 971013963
        },
        {
            "start": 971013966,
            "stop": 971014040
        },
        {
            "start": 971014043,
            "stop": 971014052
        }
    ]
}