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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8143",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8141",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8142,
    "results": [
        {
            "start": 873040439,
            "stop": 873040446
        },
        {
            "start": 873040463,
            "stop": 873040712
        },
        {
            "start": 873040744,
            "stop": 873040759
        },
        {
            "start": 873040778,
            "stop": 873040920
        },
        {
            "start": 873041160,
            "stop": 873041396
        },
        {
            "start": 873041414,
            "stop": 873041437
        },
        {
            "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": 873044018
        },
        {
            "start": 873044177,
            "stop": 873044645
        },
        {
            "start": 873044662,
            "stop": 873044671
        },
        {
            "start": 873044690,
            "stop": 873044711
        },
        {
            "start": 873044728,
            "stop": 873044794
        }
    ]
}