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=126
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=127",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=125",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 126,
    "results": [
        {
            "start": 931127575,
            "stop": 931127598
        },
        {
            "start": 931127599,
            "stop": 931127635
        },
        {
            "start": 931127636,
            "stop": 931127647
        },
        {
            "start": 931127648,
            "stop": 931127655
        },
        {
            "start": 931127656,
            "stop": 931127659
        },
        {
            "start": 931127660,
            "stop": 931127667
        },
        {
            "start": 931127668,
            "stop": 931127702
        },
        {
            "start": 931127703,
            "stop": 931127722
        },
        {
            "start": 931127723,
            "stop": 931127730
        },
        {
            "start": 931127731,
            "stop": 931127735
        },
        {
            "start": 931127736,
            "stop": 931127743
        },
        {
            "start": 931127745,
            "stop": 931127759
        },
        {
            "start": 931127763,
            "stop": 931127773
        },
        {
            "start": 931127776,
            "stop": 931127784
        },
        {
            "start": 931127786,
            "stop": 931127791
        },
        {
            "start": 931127793,
            "stop": 931127798
        },
        {
            "start": 931127802,
            "stop": 931127815
        },
        {
            "start": 931127816,
            "stop": 931127821
        },
        {
            "start": 931127822,
            "stop": 931127829
        },
        {
            "start": 931127830,
            "stop": 931127849
        }
    ]
}