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=354
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=355",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=353",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 354,
    "results": [
        {
            "start": 939536701,
            "stop": 939536704
        },
        {
            "start": 939536707,
            "stop": 939536748
        },
        {
            "start": 939536754,
            "stop": 939536764
        },
        {
            "start": 939536773,
            "stop": 939536787
        },
        {
            "start": 939536790,
            "stop": 939536809
        },
        {
            "start": 939536816,
            "stop": 939536906
        },
        {
            "start": 939536909,
            "stop": 939536923
        },
        {
            "start": 939536926,
            "stop": 939536959
        },
        {
            "start": 939536962,
            "stop": 939536963
        },
        {
            "start": 939536966,
            "stop": 939536974
        },
        {
            "start": 939536978,
            "stop": 939536983
        },
        {
            "start": 939536986,
            "stop": 939537116
        },
        {
            "start": 939537119,
            "stop": 939537135
        },
        {
            "start": 939537142,
            "stop": 939537143
        },
        {
            "start": 939537149,
            "stop": 939537219
        },
        {
            "start": 939537222,
            "stop": 939537231
        },
        {
            "start": 939537234,
            "stop": 939537267
        },
        {
            "start": 939537270,
            "stop": 939537413
        },
        {
            "start": 939537416,
            "stop": 939537422
        },
        {
            "start": 939537425,
            "stop": 939537439
        }
    ]
}