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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16752",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16750",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16751,
    "results": [
        {
            "start": 875082551,
            "stop": 875082721
        },
        {
            "start": 875082724,
            "stop": 875082788
        },
        {
            "start": 875083151,
            "stop": 875083164
        },
        {
            "start": 875083165,
            "stop": 875083167
        },
        {
            "start": 875083171,
            "stop": 875083173
        },
        {
            "start": 875083175,
            "stop": 875083278
        },
        {
            "start": 875083280,
            "stop": 875083306
        },
        {
            "start": 875083308,
            "stop": 875083320
        },
        {
            "start": 875083380,
            "stop": 875083385
        },
        {
            "start": 875083387,
            "stop": 875083464
        },
        {
            "start": 875083466,
            "stop": 875083541
        },
        {
            "start": 875083542,
            "stop": 875083711
        },
        {
            "start": 875083712,
            "stop": 875083844
        },
        {
            "start": 875083845,
            "stop": 875083863
        },
        {
            "start": 875083866,
            "stop": 875083920
        },
        {
            "start": 875084040,
            "stop": 875084099
        },
        {
            "start": 875091343,
            "stop": 875091419
        },
        {
            "start": 875091422,
            "stop": 875091428
        },
        {
            "start": 875091429,
            "stop": 875091466
        },
        {
            "start": 875091468,
            "stop": 875091521
        }
    ]
}