Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8866
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=8867",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8865",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8866,
    "results": [
        {
            "start": 874821360,
            "stop": 874821480
        },
        {
            "start": 874821540,
            "stop": 874821840
        },
        {
            "start": 874821900,
            "stop": 874822020
        },
        {
            "start": 874822140,
            "stop": 874822950
        },
        {
            "start": 874823070,
            "stop": 874823817
        },
        {
            "start": 874823834,
            "stop": 874824143
        },
        {
            "start": 874824160,
            "stop": 874828380
        },
        {
            "start": 874828440,
            "stop": 874830390
        },
        {
            "start": 874830407,
            "stop": 874830904
        },
        {
            "start": 874830921,
            "stop": 874833858
        },
        {
            "start": 874833875,
            "stop": 874834970
        },
        {
            "start": 874835050,
            "stop": 874835990
        },
        {
            "start": 874836070,
            "stop": 874841150
        },
        {
            "start": 874841290,
            "stop": 874843620
        },
        {
            "start": 874843680,
            "stop": 874844979
        },
        {
            "start": 874844996,
            "stop": 874845536
        },
        {
            "start": 874845576,
            "stop": 874845956
        },
        {
            "start": 874851480,
            "stop": 874851515
        },
        {
            "start": 874851840,
            "stop": 874851900
        },
        {
            "start": 874852080,
            "stop": 874852117
        }
    ]
}