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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5151",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5149",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5150,
    "results": [
        {
            "start": 969534442,
            "stop": 969534473
        },
        {
            "start": 969534476,
            "stop": 969535231
        },
        {
            "start": 969535234,
            "stop": 969535969
        },
        {
            "start": 969535972,
            "stop": 969536031
        },
        {
            "start": 969536035,
            "stop": 969536330
        },
        {
            "start": 969536333,
            "stop": 969536627
        },
        {
            "start": 969536630,
            "stop": 969537305
        },
        {
            "start": 969537308,
            "stop": 969537363
        },
        {
            "start": 969537366,
            "stop": 969537616
        },
        {
            "start": 969537619,
            "stop": 969537909
        },
        {
            "start": 969537912,
            "stop": 969538071
        },
        {
            "start": 969538074,
            "stop": 969539061
        },
        {
            "start": 969539064,
            "stop": 969539116
        },
        {
            "start": 969539119,
            "stop": 969539138
        },
        {
            "start": 969543117,
            "stop": 969543132
        },
        {
            "start": 969543135,
            "stop": 969543218
        },
        {
            "start": 969543518,
            "stop": 969543698
        },
        {
            "start": 969543818,
            "stop": 969543878
        },
        {
            "start": 969543938,
            "stop": 969543961
        },
        {
            "start": 969543964,
            "stop": 969544058
        }
    ]
}