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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=10",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 11,
    "results": [
        {
            "start": 1369442870,
            "stop": 1369442949
        },
        {
            "start": 1369442954,
            "stop": 1369443112
        },
        {
            "start": 1369443122,
            "stop": 1369443134
        },
        {
            "start": 1369443139,
            "stop": 1369443194
        },
        {
            "start": 1369443199,
            "stop": 1369443205
        },
        {
            "start": 1369443210,
            "stop": 1369443225
        },
        {
            "start": 1369443230,
            "stop": 1369443245
        },
        {
            "start": 1369443253,
            "stop": 1369443266
        },
        {
            "start": 1369443271,
            "stop": 1369443301
        },
        {
            "start": 1369443306,
            "stop": 1369443344
        },
        {
            "start": 1369443354,
            "stop": 1369443367
        },
        {
            "start": 1369443372,
            "stop": 1369443373
        },
        {
            "start": 1369450588,
            "stop": 1369459746
        },
        {
            "start": 1369459749,
            "stop": 1369462910
        },
        {
            "start": 1369462915,
            "stop": 1369464209
        },
        {
            "start": 1369464214,
            "stop": 1369464377
        },
        {
            "start": 1369464382,
            "stop": 1369464487
        },
        {
            "start": 1369464491,
            "stop": 1369464540
        },
        {
            "start": 1369464545,
            "stop": 1369464816
        },
        {
            "start": 1369464821,
            "stop": 1369465149
        }
    ]
}