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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=37",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=35",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 36,
    "results": [
        {
            "start": 1401422776,
            "stop": 1401426788
        },
        {
            "start": 1401426794,
            "stop": 1401429722
        },
        {
            "start": 1401429727,
            "stop": 1401434223
        },
        {
            "start": 1401439698,
            "stop": 1401451525
        },
        {
            "start": 1401451531,
            "stop": 1401452096
        },
        {
            "start": 1401452103,
            "stop": 1401453817
        },
        {
            "start": 1401453824,
            "stop": 1401455576
        },
        {
            "start": 1401455582,
            "stop": 1401463577
        },
        {
            "start": 1401463582,
            "stop": 1401463646
        },
        {
            "start": 1401463652,
            "stop": 1401463665
        },
        {
            "start": 1401505767,
            "stop": 1401506630
        },
        {
            "start": 1401506637,
            "stop": 1401508129
        },
        {
            "start": 1401513594,
            "stop": 1401514612
        },
        {
            "start": 1401514617,
            "stop": 1401515612
        },
        {
            "start": 1401515619,
            "stop": 1401524941
        },
        {
            "start": 1401524948,
            "stop": 1401527682
        },
        {
            "start": 1401527688,
            "stop": 1401533561
        },
        {
            "start": 1401533567,
            "stop": 1401543440
        },
        {
            "start": 1401543445,
            "stop": 1401544197
        },
        {
            "start": 1401544203,
            "stop": 1401544217
        }
    ]
}