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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=77",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=75",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 76,
    "results": [
        {
            "start": 828266343,
            "stop": 828270393
        },
        {
            "start": 828271166,
            "stop": 828272398
        },
        {
            "start": 828272551,
            "stop": 828272988
        },
        {
            "start": 828273321,
            "stop": 828273601
        },
        {
            "start": 828276605,
            "stop": 828276767
        },
        {
            "start": 828337700,
            "stop": 828345001
        },
        {
            "start": 828345716,
            "stop": 828346008
        },
        {
            "start": 828348439,
            "stop": 828352408
        },
        {
            "start": 828426781,
            "stop": 828431128
        },
        {
            "start": 828431847,
            "stop": 828435698
        },
        {
            "start": 828445719,
            "stop": 828446517
        },
        {
            "start": 828446711,
            "stop": 828447515
        },
        {
            "start": 828448537,
            "stop": 828449726
        },
        {
            "start": 828449953,
            "stop": 828450559
        },
        {
            "start": 828450691,
            "stop": 828450900
        },
        {
            "start": 828451780,
            "stop": 828452320
        },
        {
            "start": 828518267,
            "stop": 828528801
        },
        {
            "start": 828530048,
            "stop": 828531046
        },
        {
            "start": 828531744,
            "stop": 828536364
        },
        {
            "start": 828710686,
            "stop": 828711885
        }
    ]
}