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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=290",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=288",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 289,
    "results": [
        {
            "start": 935175855,
            "stop": 935175933
        },
        {
            "start": 935175938,
            "stop": 935176008
        },
        {
            "start": 935176010,
            "stop": 935176011
        },
        {
            "start": 935176014,
            "stop": 935176023
        },
        {
            "start": 935176025,
            "stop": 935177013
        },
        {
            "start": 935177015,
            "stop": 935177276
        },
        {
            "start": 935177295,
            "stop": 935177354
        },
        {
            "start": 935179081,
            "stop": 935179215
        },
        {
            "start": 935179455,
            "stop": 935179699
        },
        {
            "start": 935179701,
            "stop": 935180689
        },
        {
            "start": 935180691,
            "stop": 935180704
        },
        {
            "start": 935180707,
            "stop": 935180792
        },
        {
            "start": 935180811,
            "stop": 935180828
        },
        {
            "start": 935180859,
            "stop": 935180914
        },
        {
            "start": 935180916,
            "stop": 935182504
        },
        {
            "start": 935182506,
            "stop": 935182519
        },
        {
            "start": 935182521,
            "stop": 935182534
        },
        {
            "start": 935182536,
            "stop": 935182653
        },
        {
            "start": 935182657,
            "stop": 935182815
        },
        {
            "start": 935183055,
            "stop": 935184019
        }
    ]
}