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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=283",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=281",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 282,
    "results": [
        {
            "start": 821691628,
            "stop": 821691631
        },
        {
            "start": 821691634,
            "stop": 821691635
        },
        {
            "start": 821691639,
            "stop": 821691658
        },
        {
            "start": 821691661,
            "stop": 821691662
        },
        {
            "start": 821691665,
            "stop": 821691670
        },
        {
            "start": 821691677,
            "stop": 821691679
        },
        {
            "start": 821691693,
            "stop": 821691699
        },
        {
            "start": 821691702,
            "stop": 821691714
        },
        {
            "start": 821691725,
            "stop": 821691726
        },
        {
            "start": 821691729,
            "stop": 821691731
        },
        {
            "start": 821691736,
            "stop": 821691751
        },
        {
            "start": 821691754,
            "stop": 821691755
        },
        {
            "start": 821691760,
            "stop": 821691766
        },
        {
            "start": 821691769,
            "stop": 821691775
        },
        {
            "start": 821691783,
            "stop": 821691793
        },
        {
            "start": 821691800,
            "stop": 821691805
        },
        {
            "start": 821691810,
            "stop": 821691814
        },
        {
            "start": 821691817,
            "stop": 821691824
        },
        {
            "start": 821691827,
            "stop": 821691831
        },
        {
            "start": 821691834,
            "stop": 821691835
        }
    ]
}