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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=609",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=607",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 608,
    "results": [
        {
            "start": 839103013,
            "stop": 839103027
        },
        {
            "start": 839103029,
            "stop": 839103119
        },
        {
            "start": 839103966,
            "stop": 839106960
        },
        {
            "start": 839106962,
            "stop": 839108781
        },
        {
            "start": 839108784,
            "stop": 839121351
        },
        {
            "start": 839121751,
            "stop": 839124700
        },
        {
            "start": 839125204,
            "stop": 839127352
        },
        {
            "start": 839129014,
            "stop": 839129133
        },
        {
            "start": 839129152,
            "stop": 839169242
        },
        {
            "start": 839169243,
            "stop": 839184452
        },
        {
            "start": 839185083,
            "stop": 839185489
        },
        {
            "start": 839187406,
            "stop": 839189065
        },
        {
            "start": 839189066,
            "stop": 839192815
        },
        {
            "start": 839194690,
            "stop": 839194966
        },
        {
            "start": 839194969,
            "stop": 839198886
        },
        {
            "start": 839198891,
            "stop": 839198896
        },
        {
            "start": 839198897,
            "stop": 839201389
        },
        {
            "start": 839202996,
            "stop": 839229063
        },
        {
            "start": 839229065,
            "stop": 839229067
        },
        {
            "start": 839229069,
            "stop": 839229072
        }
    ]
}