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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=201",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=199",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 200,
    "results": [
        {
            "start": 933308264,
            "stop": 933308340
        },
        {
            "start": 933316739,
            "stop": 933317202
        },
        {
            "start": 933317205,
            "stop": 933317218
        },
        {
            "start": 933317220,
            "stop": 933317232
        },
        {
            "start": 933317235,
            "stop": 933317263
        },
        {
            "start": 933317265,
            "stop": 933317278
        },
        {
            "start": 933317280,
            "stop": 933317292
        },
        {
            "start": 933317296,
            "stop": 933317308
        },
        {
            "start": 933317310,
            "stop": 933318015
        },
        {
            "start": 933318375,
            "stop": 933318685
        },
        {
            "start": 933318687,
            "stop": 933318846
        },
        {
            "start": 933318849,
            "stop": 933320192
        },
        {
            "start": 933320194,
            "stop": 933321615
        },
        {
            "start": 933322035,
            "stop": 933325215
        },
        {
            "start": 933325575,
            "stop": 933326969
        },
        {
            "start": 933326971,
            "stop": 933327146
        },
        {
            "start": 933327148,
            "stop": 933327510
        },
        {
            "start": 933327512,
            "stop": 933328815
        },
        {
            "start": 933329175,
            "stop": 933329791
        },
        {
            "start": 933329793,
            "stop": 933329969
        }
    ]
}