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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=363",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=361",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 362,
    "results": [
        {
            "start": 934527838,
            "stop": 934531255
        },
        {
            "start": 934534908,
            "stop": 934534959
        },
        {
            "start": 934534961,
            "stop": 934534968
        },
        {
            "start": 934534970,
            "stop": 934535011
        },
        {
            "start": 934535013,
            "stop": 934535017
        },
        {
            "start": 934535019,
            "stop": 934535034
        },
        {
            "start": 934535038,
            "stop": 934538566
        },
        {
            "start": 934538569,
            "stop": 934538583
        },
        {
            "start": 934538585,
            "stop": 934538592
        },
        {
            "start": 934538594,
            "stop": 934538617
        },
        {
            "start": 934538619,
            "stop": 934538633
        },
        {
            "start": 934538638,
            "stop": 934539852
        },
        {
            "start": 934543178,
            "stop": 934545759
        },
        {
            "start": 934545761,
            "stop": 934545767
        },
        {
            "start": 934545770,
            "stop": 934545785
        },
        {
            "start": 934545787,
            "stop": 934545792
        },
        {
            "start": 934545795,
            "stop": 934545810
        },
        {
            "start": 934545813,
            "stop": 934545817
        },
        {
            "start": 934545819,
            "stop": 934545833
        },
        {
            "start": 934545837,
            "stop": 934549265
        }
    ]
}