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=152
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=153",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=151",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 152,
    "results": [
        {
            "start": 931134936,
            "stop": 931134943
        },
        {
            "start": 931134944,
            "stop": 931134957
        },
        {
            "start": 931134958,
            "stop": 931134962
        },
        {
            "start": 931134963,
            "stop": 931134964
        },
        {
            "start": 931134965,
            "stop": 931134966
        },
        {
            "start": 931134968,
            "stop": 931134969
        },
        {
            "start": 931134971,
            "stop": 931134973
        },
        {
            "start": 931134976,
            "stop": 931134978
        },
        {
            "start": 931134979,
            "stop": 931134997
        },
        {
            "start": 931135000,
            "stop": 931135009
        },
        {
            "start": 931135011,
            "stop": 931135013
        },
        {
            "start": 931135017,
            "stop": 931135024
        },
        {
            "start": 931135026,
            "stop": 931135031
        },
        {
            "start": 931135037,
            "stop": 931135043
        },
        {
            "start": 931135047,
            "stop": 931135048
        },
        {
            "start": 931135051,
            "stop": 931135052
        },
        {
            "start": 931135054,
            "stop": 931135060
        },
        {
            "start": 931135069,
            "stop": 931135082
        },
        {
            "start": 931135093,
            "stop": 931135094
        },
        {
            "start": 931135096,
            "stop": 931135097
        }
    ]
}