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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=279",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=277",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 278,
    "results": [
        {
            "start": 821691618,
            "stop": 821691625
        },
        {
            "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": 821691764,
            "stop": 821691766
        },
        {
            "start": 821691773,
            "stop": 821691775
        },
        {
            "start": 821691783,
            "stop": 821691793
        },
        {
            "start": 821691800,
            "stop": 821691805
        },
        {
            "start": 821691810,
            "stop": 821691814
        },
        {
            "start": 821691817,
            "stop": 821691824
        },
        {
            "start": 821691827,
            "stop": 821691831
        }
    ]
}