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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=234",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=232",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 233,
    "results": [
        {
            "start": 820608600,
            "stop": 820608613
        },
        {
            "start": 820609231,
            "stop": 820611240
        },
        {
            "start": 820611300,
            "stop": 820612080
        },
        {
            "start": 820612270,
            "stop": 820612790
        },
        {
            "start": 820612870,
            "stop": 820613460
        },
        {
            "start": 820613590,
            "stop": 820613760
        },
        {
            "start": 820613820,
            "stop": 820614660
        },
        {
            "start": 820614780,
            "stop": 820614853
        },
        {
            "start": 820615215,
            "stop": 820615380
        },
        {
            "start": 820615510,
            "stop": 820615680
        },
        {
            "start": 820615800,
            "stop": 820615820
        },
        {
            "start": 820615827,
            "stop": 820615860
        },
        {
            "start": 820615920,
            "stop": 820616063
        },
        {
            "start": 820616070,
            "stop": 820616340
        },
        {
            "start": 820616400,
            "stop": 820617030
        },
        {
            "start": 820617037,
            "stop": 820617120
        },
        {
            "start": 820617240,
            "stop": 820617600
        },
        {
            "start": 820617660,
            "stop": 820617780
        },
        {
            "start": 820617840,
            "stop": 820617995
        },
        {
            "start": 820618002,
            "stop": 820618496
        }
    ]
}