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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=414",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=412",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 413,
    "results": [
        {
            "start": 932696796,
            "stop": 932697008
        },
        {
            "start": 932697009,
            "stop": 932697234
        },
        {
            "start": 932697235,
            "stop": 932697663
        },
        {
            "start": 932697664,
            "stop": 932698154
        },
        {
            "start": 932698155,
            "stop": 932698277
        },
        {
            "start": 932698281,
            "stop": 932698349
        },
        {
            "start": 932698350,
            "stop": 932698539
        },
        {
            "start": 932698540,
            "stop": 932698590
        },
        {
            "start": 932698591,
            "stop": 932698606
        },
        {
            "start": 932698607,
            "stop": 932698753
        },
        {
            "start": 932698754,
            "stop": 932698815
        },
        {
            "start": 932699175,
            "stop": 932699211
        },
        {
            "start": 932699212,
            "stop": 932699223
        },
        {
            "start": 932699226,
            "stop": 932699608
        },
        {
            "start": 932699609,
            "stop": 932700001
        },
        {
            "start": 932700002,
            "stop": 932700078
        },
        {
            "start": 932700080,
            "stop": 932700383
        },
        {
            "start": 932700384,
            "stop": 932700797
        },
        {
            "start": 932700798,
            "stop": 932701448
        },
        {
            "start": 932701449,
            "stop": 932701637
        }
    ]
}