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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8864",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8862",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8863,
    "results": [
        {
            "start": 873041456,
            "stop": 873041462
        },
        {
            "start": 873041486,
            "stop": 873041509
        },
        {
            "start": 873041526,
            "stop": 873041529
        },
        {
            "start": 873041547,
            "stop": 873041826
        },
        {
            "start": 873041843,
            "stop": 873041902
        },
        {
            "start": 873041929,
            "stop": 873042492
        },
        {
            "start": 873042509,
            "stop": 873042517
        },
        {
            "start": 873042536,
            "stop": 873042770
        },
        {
            "start": 873042787,
            "stop": 873043040
        },
        {
            "start": 873043057,
            "stop": 873044645
        },
        {
            "start": 873044662,
            "stop": 873044671
        },
        {
            "start": 873044690,
            "stop": 873044711
        },
        {
            "start": 873044728,
            "stop": 873044794
        },
        {
            "start": 873044811,
            "stop": 873045976
        },
        {
            "start": 873045993,
            "stop": 873045994
        },
        {
            "start": 873046011,
            "stop": 873048856
        },
        {
            "start": 873048873,
            "stop": 873049320
        },
        {
            "start": 873049337,
            "stop": 873049905
        },
        {
            "start": 873049922,
            "stop": 873052584
        },
        {
            "start": 873052603,
            "stop": 873052625
        }
    ]
}