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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=205",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=203",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 204,
    "results": [
        {
            "start": 931152551,
            "stop": 931152553
        },
        {
            "start": 931152557,
            "stop": 931152558
        },
        {
            "start": 931152562,
            "stop": 931152564
        },
        {
            "start": 931152566,
            "stop": 931152568
        },
        {
            "start": 931152570,
            "stop": 931152573
        },
        {
            "start": 931152574,
            "stop": 931152578
        },
        {
            "start": 931152580,
            "stop": 931152587
        },
        {
            "start": 931152588,
            "stop": 931152591
        },
        {
            "start": 931152593,
            "stop": 931152598
        },
        {
            "start": 931152600,
            "stop": 931152605
        },
        {
            "start": 931152611,
            "stop": 931152615
        },
        {
            "start": 931152616,
            "stop": 931152617
        },
        {
            "start": 931152618,
            "stop": 931152624
        },
        {
            "start": 931152625,
            "stop": 931152627
        },
        {
            "start": 931152628,
            "stop": 931152632
        },
        {
            "start": 931152633,
            "stop": 931152635
        },
        {
            "start": 931152636,
            "stop": 931152643
        },
        {
            "start": 931152645,
            "stop": 931152647
        },
        {
            "start": 931152648,
            "stop": 931152650
        },
        {
            "start": 931152651,
            "stop": 931152653
        }
    ]
}