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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=356",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=354",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 355,
    "results": [
        {
            "start": 824680486,
            "stop": 824681600
        },
        {
            "start": 824700296,
            "stop": 824701479
        },
        {
            "start": 824702989,
            "stop": 824704366
        },
        {
            "start": 824704512,
            "stop": 824706471
        },
        {
            "start": 824708189,
            "stop": 824711681
        },
        {
            "start": 824711689,
            "stop": 824714449
        },
        {
            "start": 824714457,
            "stop": 824717708
        },
        {
            "start": 824717713,
            "stop": 824717831
        },
        {
            "start": 824717836,
            "stop": 824717878
        },
        {
            "start": 824717883,
            "stop": 824717913
        },
        {
            "start": 824717918,
            "stop": 824717933
        },
        {
            "start": 824717938,
            "stop": 824717955
        },
        {
            "start": 824717973,
            "stop": 824717987
        },
        {
            "start": 824718013,
            "stop": 824718021
        },
        {
            "start": 824718032,
            "stop": 824718050
        },
        {
            "start": 824718055,
            "stop": 824718067
        },
        {
            "start": 824718072,
            "stop": 824718079
        },
        {
            "start": 824718084,
            "stop": 824718108
        },
        {
            "start": 824718116,
            "stop": 824718147
        },
        {
            "start": 824718170,
            "stop": 824718178
        }
    ]
}