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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=178",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=176",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 177,
    "results": [
        {
            "start": 836696348,
            "stop": 836699277
        },
        {
            "start": 836701239,
            "stop": 836709913
        },
        {
            "start": 836710943,
            "stop": 836740062
        },
        {
            "start": 836741997,
            "stop": 836751906
        },
        {
            "start": 836751907,
            "stop": 836751908
        },
        {
            "start": 836751910,
            "stop": 836751936
        },
        {
            "start": 836751938,
            "stop": 836751978
        },
        {
            "start": 836751979,
            "stop": 836762275
        },
        {
            "start": 836763372,
            "stop": 836766261
        },
        {
            "start": 836766263,
            "stop": 836766348
        },
        {
            "start": 836767442,
            "stop": 836769005
        },
        {
            "start": 836769008,
            "stop": 836769057
        },
        {
            "start": 836769994,
            "stop": 836771103
        },
        {
            "start": 836773281,
            "stop": 836774206
        },
        {
            "start": 836774209,
            "stop": 836775537
        },
        {
            "start": 836775540,
            "stop": 836776330
        },
        {
            "start": 836777302,
            "stop": 836780563
        },
        {
            "start": 836780565,
            "stop": 836781414
        },
        {
            "start": 836781416,
            "stop": 836782064
        },
        {
            "start": 836796127,
            "stop": 836800453
        }
    ]
}