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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3088",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3086",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3087,
    "results": [
        {
            "start": 866273645,
            "stop": 866282460
        },
        {
            "start": 866282520,
            "stop": 866290064
        },
        {
            "start": 866290305,
            "stop": 866292660
        },
        {
            "start": 866292720,
            "stop": 866293740
        },
        {
            "start": 866293800,
            "stop": 866295180
        },
        {
            "start": 866295240,
            "stop": 866295780
        },
        {
            "start": 866295900,
            "stop": 866298600
        },
        {
            "start": 866298663,
            "stop": 866300414
        },
        {
            "start": 866323162,
            "stop": 866323543
        },
        {
            "start": 866323547,
            "stop": 866323740
        },
        {
            "start": 866323800,
            "stop": 866323860
        },
        {
            "start": 866323920,
            "stop": 866324766
        },
        {
            "start": 866324769,
            "stop": 866324781
        },
        {
            "start": 866324787,
            "stop": 866325505
        },
        {
            "start": 866325515,
            "stop": 866325518
        },
        {
            "start": 866325596,
            "stop": 866325696
        },
        {
            "start": 866326015,
            "stop": 866327272
        },
        {
            "start": 866327400,
            "stop": 866328703
        },
        {
            "start": 866328708,
            "stop": 866328710
        },
        {
            "start": 866328715,
            "stop": 866328717
        }
    ]
}