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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_CBC_CAT2/segments?format=api&page=14",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_CBC_CAT2/segments?format=api&page=12",
    "results_count": 568,
    "results_per_page": 20,
    "num_pages": 29,
    "page_number": 13,
    "results": [
        {
            "start": 1376866910,
            "stop": 1376956243
        },
        {
            "start": 1376959611,
            "stop": 1377029811
        },
        {
            "start": 1377036570,
            "stop": 1377208675
        },
        {
            "start": 1377212200,
            "stop": 1377262287
        },
        {
            "start": 1377268304,
            "stop": 1377288870
        },
        {
            "start": 1377301033,
            "stop": 1377305513
        },
        {
            "start": 1377309269,
            "stop": 1377323959
        },
        {
            "start": 1377324482,
            "stop": 1377352818
        },
        {
            "start": 1377376969,
            "stop": 1377378906
        },
        {
            "start": 1377378911,
            "stop": 1377443571
        },
        {
            "start": 1377452306,
            "stop": 1377459038
        },
        {
            "start": 1377459705,
            "stop": 1377465641
        },
        {
            "start": 1377466164,
            "stop": 1377471009
        },
        {
            "start": 1377471350,
            "stop": 1377472825
        },
        {
            "start": 1377478994,
            "stop": 1377496878
        },
        {
            "start": 1377499218,
            "stop": 1377531645
        },
        {
            "start": 1377534439,
            "stop": 1377541948
        },
        {
            "start": 1377541973,
            "stop": 1377547943
        },
        {
            "start": 1377548061,
            "stop": 1377557272
        },
        {
            "start": 1377561457,
            "stop": 1377637927
        }
    ]
}