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=149
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=150",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=148",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 149,
    "results": [
        {
            "start": 931134617,
            "stop": 931134625
        },
        {
            "start": 931134627,
            "stop": 931134631
        },
        {
            "start": 931134636,
            "stop": 931134637
        },
        {
            "start": 931134643,
            "stop": 931134645
        },
        {
            "start": 931134646,
            "stop": 931134647
        },
        {
            "start": 931134648,
            "stop": 931134653
        },
        {
            "start": 931134655,
            "stop": 931134657
        },
        {
            "start": 931134658,
            "stop": 931134659
        },
        {
            "start": 931134661,
            "stop": 931134662
        },
        {
            "start": 931134665,
            "stop": 931134669
        },
        {
            "start": 931134670,
            "stop": 931134673
        },
        {
            "start": 931134674,
            "stop": 931134686
        },
        {
            "start": 931134687,
            "stop": 931134688
        },
        {
            "start": 931134689,
            "stop": 931134690
        },
        {
            "start": 931134692,
            "stop": 931134693
        },
        {
            "start": 931134694,
            "stop": 931134697
        },
        {
            "start": 931134698,
            "stop": 931134704
        },
        {
            "start": 931134705,
            "stop": 931134713
        },
        {
            "start": 931134716,
            "stop": 931134719
        },
        {
            "start": 931134721,
            "stop": 931134726
        }
    ]
}