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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4776",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4774",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4775,
    "results": [
        {
            "start": 970454247,
            "stop": 970454304
        },
        {
            "start": 970454307,
            "stop": 970454463
        },
        {
            "start": 970454466,
            "stop": 970454860
        },
        {
            "start": 970454863,
            "stop": 970455206
        },
        {
            "start": 970455223,
            "stop": 970455284
        },
        {
            "start": 970455301,
            "stop": 970455882
        },
        {
            "start": 970455885,
            "stop": 970455907
        },
        {
            "start": 970455910,
            "stop": 970456173
        },
        {
            "start": 970456176,
            "stop": 970456878
        },
        {
            "start": 970456881,
            "stop": 970457125
        },
        {
            "start": 970457128,
            "stop": 970457485
        },
        {
            "start": 970457488,
            "stop": 970457847
        },
        {
            "start": 970457850,
            "stop": 970458011
        },
        {
            "start": 970458014,
            "stop": 970458412
        },
        {
            "start": 970458415,
            "stop": 970458645
        },
        {
            "start": 970458648,
            "stop": 970458974
        },
        {
            "start": 970458977,
            "stop": 970459182
        },
        {
            "start": 970459185,
            "stop": 970459817
        },
        {
            "start": 970459820,
            "stop": 970460243
        },
        {
            "start": 970460246,
            "stop": 970460345
        }
    ]
}