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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46637",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46635",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46636,
    "results": [
        {
            "start": 875018386,
            "stop": 875018430
        },
        {
            "start": 875018431,
            "stop": 875018436
        },
        {
            "start": 875018437,
            "stop": 875018449
        },
        {
            "start": 875018450,
            "stop": 875018451
        },
        {
            "start": 875018452,
            "stop": 875018491
        },
        {
            "start": 875018492,
            "stop": 875018509
        },
        {
            "start": 875018510,
            "stop": 875018513
        },
        {
            "start": 875018514,
            "stop": 875018524
        },
        {
            "start": 875018525,
            "stop": 875018537
        },
        {
            "start": 875018538,
            "stop": 875018564
        },
        {
            "start": 875018565,
            "stop": 875018574
        },
        {
            "start": 875018576,
            "stop": 875018616
        },
        {
            "start": 875018617,
            "stop": 875018629
        },
        {
            "start": 875018631,
            "stop": 875018646
        },
        {
            "start": 875018647,
            "stop": 875018661
        },
        {
            "start": 875018662,
            "stop": 875018665
        },
        {
            "start": 875018666,
            "stop": 875018675
        },
        {
            "start": 875018676,
            "stop": 875018677
        },
        {
            "start": 875018678,
            "stop": 875018693
        },
        {
            "start": 875018694,
            "stop": 875018697
        }
    ]
}