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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7380",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7378",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7379,
    "results": [
        {
            "start": 969552246,
            "stop": 969552274
        },
        {
            "start": 969552277,
            "stop": 969553273
        },
        {
            "start": 969553276,
            "stop": 969553453
        },
        {
            "start": 969553456,
            "stop": 969553798
        },
        {
            "start": 969553801,
            "stop": 969554557
        },
        {
            "start": 969554560,
            "stop": 969556021
        },
        {
            "start": 969556024,
            "stop": 969556309
        },
        {
            "start": 969556312,
            "stop": 969556321
        },
        {
            "start": 969556324,
            "stop": 969556420
        },
        {
            "start": 969556423,
            "stop": 969556502
        },
        {
            "start": 969556505,
            "stop": 969556838
        },
        {
            "start": 969556841,
            "stop": 969556913
        },
        {
            "start": 969556916,
            "stop": 969558620
        },
        {
            "start": 969558623,
            "stop": 969558786
        },
        {
            "start": 969558789,
            "stop": 969559033
        },
        {
            "start": 969559036,
            "stop": 969559126
        },
        {
            "start": 969559129,
            "stop": 969559165
        },
        {
            "start": 969559168,
            "stop": 969559680
        },
        {
            "start": 969559683,
            "stop": 969559852
        },
        {
            "start": 969559855,
            "stop": 969559869
        }
    ]
}