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_CBCHIGH_CAT2/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_CBCHIGH_CAT2/segments?format=api&page=199",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=197",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 198,
    "results": [
        {
            "start": 827025713,
            "stop": 827025714
        },
        {
            "start": 827025721,
            "stop": 827025726
        },
        {
            "start": 827025731,
            "stop": 827025732
        },
        {
            "start": 827025735,
            "stop": 827025741
        },
        {
            "start": 827025745,
            "stop": 827025748
        },
        {
            "start": 827025751,
            "stop": 827025753
        },
        {
            "start": 827025756,
            "stop": 827025758
        },
        {
            "start": 827025761,
            "stop": 827025762
        },
        {
            "start": 827025764,
            "stop": 827025766
        },
        {
            "start": 827025768,
            "stop": 827025771
        },
        {
            "start": 827025773,
            "stop": 827025776
        },
        {
            "start": 827025778,
            "stop": 827025800
        },
        {
            "start": 827025802,
            "stop": 827025823
        },
        {
            "start": 827025825,
            "stop": 827025826
        },
        {
            "start": 827025829,
            "stop": 827025851
        },
        {
            "start": 827025853,
            "stop": 827025854
        },
        {
            "start": 827025860,
            "stop": 827025873
        },
        {
            "start": 827025882,
            "stop": 827025884
        },
        {
            "start": 827025886,
            "stop": 827025887
        },
        {
            "start": 827025889,
            "stop": 827025890
        }
    ]
}