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=8852
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=8853",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8851",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8852,
    "results": [
        {
            "start": 874600800,
            "stop": 874601040
        },
        {
            "start": 874601220,
            "stop": 874601940
        },
        {
            "start": 874602000,
            "stop": 874602180
        },
        {
            "start": 874602240,
            "stop": 874602606
        },
        {
            "start": 874602623,
            "stop": 874603020
        },
        {
            "start": 874603080,
            "stop": 874603440
        },
        {
            "start": 874603500,
            "stop": 874603805
        },
        {
            "start": 874603925,
            "stop": 874604042
        },
        {
            "start": 874604283,
            "stop": 874604510
        },
        {
            "start": 874604590,
            "stop": 874605110
        },
        {
            "start": 874605190,
            "stop": 874605240
        },
        {
            "start": 874605300,
            "stop": 874605600
        },
        {
            "start": 874605720,
            "stop": 874606331
        },
        {
            "start": 874606451,
            "stop": 874606888
        },
        {
            "start": 874607008,
            "stop": 874607314
        },
        {
            "start": 874607434,
            "stop": 874607640
        },
        {
            "start": 874607700,
            "stop": 874608420
        },
        {
            "start": 874608550,
            "stop": 874608780
        },
        {
            "start": 874608840,
            "stop": 874609020
        },
        {
            "start": 874609080,
            "stop": 874609790
        }
    ]
}