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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=338",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=336",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 337,
    "results": [
        {
            "start": 823355078,
            "stop": 823355480
        },
        {
            "start": 823357562,
            "stop": 823357667
        },
        {
            "start": 823357804,
            "stop": 823359770
        },
        {
            "start": 823359970,
            "stop": 823361284
        },
        {
            "start": 823410891,
            "stop": 823415150
        },
        {
            "start": 823415230,
            "stop": 823423453
        },
        {
            "start": 823426108,
            "stop": 823431950
        },
        {
            "start": 823432030,
            "stop": 823433750
        },
        {
            "start": 823433830,
            "stop": 823440883
        },
        {
            "start": 823440887,
            "stop": 823441130
        },
        {
            "start": 823441210,
            "stop": 823441739
        },
        {
            "start": 823441743,
            "stop": 823444310
        },
        {
            "start": 823444390,
            "stop": 823444850
        },
        {
            "start": 823444990,
            "stop": 823445090
        },
        {
            "start": 823445170,
            "stop": 823446470
        },
        {
            "start": 823446550,
            "stop": 823446650
        },
        {
            "start": 823446730,
            "stop": 823449132
        },
        {
            "start": 823449139,
            "stop": 823449470
        },
        {
            "start": 823449610,
            "stop": 823449969
        },
        {
            "start": 823450270,
            "stop": 823450810
        }
    ]
}