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=194
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=195",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=193",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 194,
    "results": [
        {
            "start": 820332384,
            "stop": 820332494
        },
        {
            "start": 820332502,
            "stop": 820332573
        },
        {
            "start": 820332587,
            "stop": 820332644
        },
        {
            "start": 820336346,
            "stop": 820336377
        },
        {
            "start": 820336382,
            "stop": 820336445
        },
        {
            "start": 820336456,
            "stop": 820336552
        },
        {
            "start": 820336557,
            "stop": 820336568
        },
        {
            "start": 820338662,
            "stop": 820338911
        },
        {
            "start": 820338916,
            "stop": 820338935
        },
        {
            "start": 820338942,
            "stop": 820338994
        },
        {
            "start": 820339011,
            "stop": 820339065
        },
        {
            "start": 820339092,
            "stop": 820339247
        },
        {
            "start": 820339253,
            "stop": 820339273
        },
        {
            "start": 820339278,
            "stop": 820339412
        },
        {
            "start": 820339419,
            "stop": 820339483
        },
        {
            "start": 820339490,
            "stop": 820339521
        },
        {
            "start": 820339528,
            "stop": 820339547
        },
        {
            "start": 820339570,
            "stop": 820339609
        },
        {
            "start": 820339614,
            "stop": 820339675
        },
        {
            "start": 820339683,
            "stop": 820339714
        }
    ]
}