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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=134",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=132",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 133,
    "results": [
        {
            "start": 931871175,
            "stop": 931871870
        },
        {
            "start": 931871875,
            "stop": 931872159
        },
        {
            "start": 931872161,
            "stop": 931872771
        },
        {
            "start": 931872773,
            "stop": 931872850
        },
        {
            "start": 931872852,
            "stop": 931872927
        },
        {
            "start": 931872929,
            "stop": 931873306
        },
        {
            "start": 931873309,
            "stop": 931873713
        },
        {
            "start": 931873715,
            "stop": 931873798
        },
        {
            "start": 931873800,
            "stop": 931873857
        },
        {
            "start": 931873875,
            "stop": 931873902
        },
        {
            "start": 931876107,
            "stop": 931877759
        },
        {
            "start": 931877762,
            "stop": 931877791
        },
        {
            "start": 931877793,
            "stop": 931878015
        },
        {
            "start": 931882589,
            "stop": 931882702
        },
        {
            "start": 931883485,
            "stop": 931884516
        },
        {
            "start": 931884521,
            "stop": 931884590
        },
        {
            "start": 931884592,
            "stop": 931884674
        },
        {
            "start": 931884676,
            "stop": 931884765
        },
        {
            "start": 931884767,
            "stop": 931885080
        },
        {
            "start": 931886238,
            "stop": 931886264
        }
    ]
}