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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=32",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=30",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 31,
    "results": [
        {
            "start": 816358402,
            "stop": 816358427
        },
        {
            "start": 816358432,
            "stop": 816358553
        },
        {
            "start": 816358557,
            "stop": 816358558
        },
        {
            "start": 816358562,
            "stop": 816358601
        },
        {
            "start": 816358606,
            "stop": 816358816
        },
        {
            "start": 816358832,
            "stop": 816358834
        },
        {
            "start": 816358846,
            "stop": 816358871
        },
        {
            "start": 816359384,
            "stop": 816359440
        },
        {
            "start": 816359450,
            "stop": 816359479
        },
        {
            "start": 816359482,
            "stop": 816359487
        },
        {
            "start": 816359491,
            "stop": 816359533
        },
        {
            "start": 816362511,
            "stop": 816362528
        },
        {
            "start": 816362533,
            "stop": 816362535
        },
        {
            "start": 816362543,
            "stop": 816362544
        },
        {
            "start": 816362552,
            "stop": 816362555
        },
        {
            "start": 816362561,
            "stop": 816362567
        },
        {
            "start": 816362570,
            "stop": 816362697
        },
        {
            "start": 816362706,
            "stop": 816362709
        },
        {
            "start": 816362714,
            "stop": 816362732
        },
        {
            "start": 816362737,
            "stop": 816362810
        }
    ]
}