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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=199",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=197",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 198,
    "results": [
        {
            "start": 820608158,
            "stop": 820608181
        },
        {
            "start": 820608440,
            "stop": 820608470
        },
        {
            "start": 820608600,
            "stop": 820608613
        },
        {
            "start": 820609231,
            "stop": 820611240
        },
        {
            "start": 820611300,
            "stop": 820612080
        },
        {
            "start": 820612270,
            "stop": 820612790
        },
        {
            "start": 820612870,
            "stop": 820613460
        },
        {
            "start": 820613590,
            "stop": 820614853
        },
        {
            "start": 820615215,
            "stop": 820615430
        },
        {
            "start": 820615510,
            "stop": 820615820
        },
        {
            "start": 820615827,
            "stop": 820616063
        },
        {
            "start": 820616070,
            "stop": 820617030
        },
        {
            "start": 820617037,
            "stop": 820617995
        },
        {
            "start": 820618002,
            "stop": 820618496
        },
        {
            "start": 820618503,
            "stop": 820618759
        },
        {
            "start": 820618766,
            "stop": 820621507
        },
        {
            "start": 820621514,
            "stop": 820624589
        },
        {
            "start": 820624596,
            "stop": 820624689
        },
        {
            "start": 820624696,
            "stop": 820625870
        },
        {
            "start": 820626010,
            "stop": 820626133
        }
    ]
}