Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=528
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=529",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=527",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 528,
    "results": [
        {
            "start": 968960842,
            "stop": 968963844
        },
        {
            "start": 968965334,
            "stop": 968979057
        },
        {
            "start": 968981134,
            "stop": 968990829
        },
        {
            "start": 968992828,
            "stop": 968997860
        },
        {
            "start": 969004524,
            "stop": 969029404
        },
        {
            "start": 969029444,
            "stop": 969040524
        },
        {
            "start": 969040564,
            "stop": 969042764
        },
        {
            "start": 969042804,
            "stop": 969042844
        },
        {
            "start": 969044519,
            "stop": 969045159
        },
        {
            "start": 969045199,
            "stop": 969047599
        },
        {
            "start": 969047639,
            "stop": 969047879
        },
        {
            "start": 969047919,
            "stop": 969048679
        },
        {
            "start": 969048719,
            "stop": 969050451
        },
        {
            "start": 969058001,
            "stop": 969058544
        },
        {
            "start": 969060677,
            "stop": 969116717
        },
        {
            "start": 969139130,
            "stop": 969144098
        },
        {
            "start": 969144595,
            "stop": 969154548
        },
        {
            "start": 969171767,
            "stop": 969178279
        },
        {
            "start": 969179808,
            "stop": 969204848
        },
        {
            "start": 969205048,
            "stop": 969205208
        }
    ]
}