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=364
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=365",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=363",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 364,
    "results": [
        {
            "start": 939621525,
            "stop": 939621532
        },
        {
            "start": 939621535,
            "stop": 939621691
        },
        {
            "start": 939621694,
            "stop": 939621710
        },
        {
            "start": 939621719,
            "stop": 939621916
        },
        {
            "start": 939621919,
            "stop": 939622009
        },
        {
            "start": 939622012,
            "stop": 939622170
        },
        {
            "start": 939622173,
            "stop": 939622256
        },
        {
            "start": 939622261,
            "stop": 939622292
        },
        {
            "start": 939622295,
            "stop": 939622340
        },
        {
            "start": 939622343,
            "stop": 939622377
        },
        {
            "start": 939622380,
            "stop": 939622410
        },
        {
            "start": 939622413,
            "stop": 939622463
        },
        {
            "start": 939622474,
            "stop": 939622475
        },
        {
            "start": 939622478,
            "stop": 939622501
        },
        {
            "start": 939622504,
            "stop": 939622505
        },
        {
            "start": 939622508,
            "stop": 939622550
        },
        {
            "start": 939622553,
            "stop": 939622592
        },
        {
            "start": 939622595,
            "stop": 939622609
        },
        {
            "start": 939622612,
            "stop": 939622641
        },
        {
            "start": 939622648,
            "stop": 939622668
        }
    ]
}