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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=168",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=166",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 167,
    "results": [
        {
            "start": 1240015570,
            "stop": 1240015688
        },
        {
            "start": 1240015690,
            "stop": 1240015808
        },
        {
            "start": 1240015810,
            "stop": 1240015928
        },
        {
            "start": 1240015930,
            "stop": 1240016048
        },
        {
            "start": 1240016050,
            "stop": 1240016168
        },
        {
            "start": 1240016170,
            "stop": 1240016288
        },
        {
            "start": 1240016290,
            "stop": 1240016408
        },
        {
            "start": 1240016410,
            "stop": 1240016528
        },
        {
            "start": 1240016530,
            "stop": 1240016648
        },
        {
            "start": 1240016650,
            "stop": 1240016768
        },
        {
            "start": 1240016770,
            "stop": 1240016886
        },
        {
            "start": 1240016887,
            "stop": 1240017008
        },
        {
            "start": 1240017010,
            "stop": 1240017128
        },
        {
            "start": 1240017130,
            "stop": 1240017248
        },
        {
            "start": 1240017250,
            "stop": 1240017368
        },
        {
            "start": 1240017370,
            "stop": 1240017488
        },
        {
            "start": 1240017490,
            "stop": 1240017608
        },
        {
            "start": 1240017610,
            "stop": 1240017728
        },
        {
            "start": 1240017730,
            "stop": 1240017848
        },
        {
            "start": 1240017850,
            "stop": 1240017968
        }
    ]
}