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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=7960",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=7958",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 7959,
    "results": [
        {
            "start": 970217065,
            "stop": 970217069
        },
        {
            "start": 970217077,
            "stop": 970217096
        },
        {
            "start": 970217102,
            "stop": 970217280
        },
        {
            "start": 970217283,
            "stop": 970217526
        },
        {
            "start": 970217543,
            "stop": 970217672
        },
        {
            "start": 970217694,
            "stop": 970218036
        },
        {
            "start": 970218039,
            "stop": 970218042
        },
        {
            "start": 970218045,
            "stop": 970218048
        },
        {
            "start": 970218051,
            "stop": 970218230
        },
        {
            "start": 970218240,
            "stop": 970218247
        },
        {
            "start": 970218255,
            "stop": 970218276
        },
        {
            "start": 970218282,
            "stop": 970218377
        },
        {
            "start": 970218380,
            "stop": 970218749
        },
        {
            "start": 970218752,
            "stop": 970218777
        },
        {
            "start": 970218780,
            "stop": 970218833
        },
        {
            "start": 970218836,
            "stop": 970219521
        },
        {
            "start": 970219527,
            "stop": 970220684
        },
        {
            "start": 970220687,
            "stop": 970221453
        },
        {
            "start": 970221459,
            "stop": 970222313
        },
        {
            "start": 970222319,
            "stop": 970223384
        }
    ]
}