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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6481",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6479",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6480,
    "results": [
        {
            "start": 874094841,
            "stop": 874095080
        },
        {
            "start": 874095081,
            "stop": 874095086
        },
        {
            "start": 874095089,
            "stop": 874095172
        },
        {
            "start": 874095173,
            "stop": 874095299
        },
        {
            "start": 874095300,
            "stop": 874095322
        },
        {
            "start": 874095323,
            "stop": 874095405
        },
        {
            "start": 874095406,
            "stop": 874095427
        },
        {
            "start": 874095429,
            "stop": 874095452
        },
        {
            "start": 874095454,
            "stop": 874095493
        },
        {
            "start": 874095494,
            "stop": 874095677
        },
        {
            "start": 874095678,
            "stop": 874095775
        },
        {
            "start": 874095776,
            "stop": 874095896
        },
        {
            "start": 874095898,
            "stop": 874096014
        },
        {
            "start": 874096015,
            "stop": 874096245
        },
        {
            "start": 874096247,
            "stop": 874096397
        },
        {
            "start": 874096399,
            "stop": 874096542
        },
        {
            "start": 874096543,
            "stop": 874096790
        },
        {
            "start": 874096791,
            "stop": 874096797
        },
        {
            "start": 874096798,
            "stop": 874096918
        },
        {
            "start": 874096919,
            "stop": 874096925
        }
    ]
}