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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=219",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=217",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 218,
    "results": [
        {
            "start": 821675226,
            "stop": 821675340
        },
        {
            "start": 821675343,
            "stop": 821675394
        },
        {
            "start": 821675397,
            "stop": 821675412
        },
        {
            "start": 821675415,
            "stop": 821675421
        },
        {
            "start": 821675424,
            "stop": 821675443
        },
        {
            "start": 821675446,
            "stop": 821675455
        },
        {
            "start": 821675458,
            "stop": 821675481
        },
        {
            "start": 821675485,
            "stop": 821675486
        },
        {
            "start": 821675489,
            "stop": 821675492
        },
        {
            "start": 821675496,
            "stop": 821675511
        },
        {
            "start": 821675514,
            "stop": 821675539
        },
        {
            "start": 821675543,
            "stop": 821675544
        },
        {
            "start": 821675547,
            "stop": 821675549
        },
        {
            "start": 821675552,
            "stop": 821675572
        },
        {
            "start": 821675576,
            "stop": 821675591
        },
        {
            "start": 821675596,
            "stop": 821675647
        },
        {
            "start": 821675650,
            "stop": 821675707
        },
        {
            "start": 821675710,
            "stop": 821675711
        },
        {
            "start": 821675714,
            "stop": 821675717
        },
        {
            "start": 821675720,
            "stop": 821675764
        }
    ]
}