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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=74",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=72",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 73,
    "results": [
        {
            "start": 931503504,
            "stop": 931503508
        },
        {
            "start": 931503512,
            "stop": 931503524
        },
        {
            "start": 931503527,
            "stop": 931503532
        },
        {
            "start": 931503535,
            "stop": 931503536
        },
        {
            "start": 931503539,
            "stop": 931503540
        },
        {
            "start": 931503543,
            "stop": 931503547
        },
        {
            "start": 931503550,
            "stop": 931503551
        },
        {
            "start": 931503558,
            "stop": 931503561
        },
        {
            "start": 931503564,
            "stop": 931503565
        },
        {
            "start": 931503568,
            "stop": 931503575
        },
        {
            "start": 931503580,
            "stop": 931503581
        },
        {
            "start": 931503586,
            "stop": 931503592
        },
        {
            "start": 931503601,
            "stop": 931503607
        },
        {
            "start": 931503613,
            "stop": 931503614
        },
        {
            "start": 931503620,
            "stop": 931503622
        },
        {
            "start": 931503625,
            "stop": 931503628
        },
        {
            "start": 931503631,
            "stop": 931503632
        },
        {
            "start": 931503637,
            "stop": 931503639
        },
        {
            "start": 931503649,
            "stop": 931503650
        },
        {
            "start": 931503652,
            "stop": 931503653
        }
    ]
}