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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8033",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8031",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8032,
    "results": [
        {
            "start": 970410396,
            "stop": 970410411
        },
        {
            "start": 970410417,
            "stop": 970410421
        },
        {
            "start": 970410424,
            "stop": 970410437
        },
        {
            "start": 970410440,
            "stop": 970410447
        },
        {
            "start": 970410452,
            "stop": 970410453
        },
        {
            "start": 970410456,
            "stop": 970410458
        },
        {
            "start": 970410461,
            "stop": 970410491
        },
        {
            "start": 970410496,
            "stop": 970410517
        },
        {
            "start": 970410520,
            "stop": 970410527
        },
        {
            "start": 970410530,
            "stop": 970410562
        },
        {
            "start": 970410573,
            "stop": 970410578
        },
        {
            "start": 970410592,
            "stop": 970410593
        },
        {
            "start": 970410642,
            "stop": 970410644
        },
        {
            "start": 970410681,
            "stop": 970410682
        },
        {
            "start": 970410705,
            "stop": 970410709
        },
        {
            "start": 970410745,
            "stop": 970410753
        },
        {
            "start": 970410756,
            "stop": 970410790
        },
        {
            "start": 970410793,
            "stop": 970410799
        },
        {
            "start": 970410804,
            "stop": 970410805
        },
        {
            "start": 970410808,
            "stop": 970410819
        }
    ]
}