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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5769",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5767",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5768,
    "results": [
        {
            "start": 874646805,
            "stop": 874646826
        },
        {
            "start": 874646829,
            "stop": 874646943
        },
        {
            "start": 874646946,
            "stop": 874646974
        },
        {
            "start": 874646977,
            "stop": 874646979
        },
        {
            "start": 874646982,
            "stop": 874647001
        },
        {
            "start": 874647004,
            "stop": 874647034
        },
        {
            "start": 874647037,
            "stop": 874647111
        },
        {
            "start": 874647114,
            "stop": 874647155
        },
        {
            "start": 874647158,
            "stop": 874647177
        },
        {
            "start": 874647180,
            "stop": 874647218
        },
        {
            "start": 874647221,
            "stop": 874647260
        },
        {
            "start": 874647263,
            "stop": 874647352
        },
        {
            "start": 874647355,
            "stop": 874647363
        },
        {
            "start": 874647366,
            "stop": 874647440
        },
        {
            "start": 874647444,
            "stop": 874647451
        },
        {
            "start": 874647455,
            "stop": 874647456
        },
        {
            "start": 874647460,
            "stop": 874647541
        },
        {
            "start": 874647545,
            "stop": 874647563
        },
        {
            "start": 874647566,
            "stop": 874647571
        },
        {
            "start": 874647575,
            "stop": 874647599
        }
    ]
}