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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=126",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=124",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 125,
    "results": [
        {
            "start": 816766222,
            "stop": 816766295
        },
        {
            "start": 816766300,
            "stop": 816766326
        },
        {
            "start": 816766331,
            "stop": 816766332
        },
        {
            "start": 816766336,
            "stop": 816766359
        },
        {
            "start": 816766363,
            "stop": 816766373
        },
        {
            "start": 816766379,
            "stop": 816766482
        },
        {
            "start": 816766511,
            "stop": 816766630
        },
        {
            "start": 816766688,
            "stop": 816766708
        },
        {
            "start": 816766712,
            "stop": 816766716
        },
        {
            "start": 816766720,
            "stop": 816766724
        },
        {
            "start": 816766764,
            "stop": 816766773
        },
        {
            "start": 816766778,
            "stop": 816766796
        },
        {
            "start": 816766852,
            "stop": 816766876
        },
        {
            "start": 816766879,
            "stop": 816766888
        },
        {
            "start": 816766893,
            "stop": 816766896
        },
        {
            "start": 816766899,
            "stop": 816766902
        },
        {
            "start": 816766915,
            "stop": 816766916
        },
        {
            "start": 816766920,
            "stop": 816766921
        },
        {
            "start": 816766926,
            "stop": 816766928
        },
        {
            "start": 816766933,
            "stop": 816766937
        }
    ]
}