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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4645",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4643",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4644,
    "results": [
        {
            "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
        },
        {
            "start": 969544118,
            "stop": 969544151
        },
        {
            "start": 969544154,
            "stop": 969544239
        },
        {
            "start": 969544242,
            "stop": 969544502
        },
        {
            "start": 969544505,
            "stop": 969546548
        },
        {
            "start": 969546551,
            "stop": 969546784
        },
        {
            "start": 969546787,
            "stop": 969547130
        }
    ]
}