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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6555",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6553",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6554,
    "results": [
        {
            "start": 874428420,
            "stop": 874428592
        },
        {
            "start": 874428594,
            "stop": 874428756
        },
        {
            "start": 874428757,
            "stop": 874429082
        },
        {
            "start": 874429084,
            "stop": 874429140
        },
        {
            "start": 874429141,
            "stop": 874429724
        },
        {
            "start": 874429725,
            "stop": 874429865
        },
        {
            "start": 874429866,
            "stop": 874429927
        },
        {
            "start": 874429928,
            "stop": 874430507
        },
        {
            "start": 874430508,
            "stop": 874430583
        },
        {
            "start": 874430584,
            "stop": 874430608
        },
        {
            "start": 874430609,
            "stop": 874430749
        },
        {
            "start": 874430750,
            "stop": 874431135
        },
        {
            "start": 874431136,
            "stop": 874431253
        },
        {
            "start": 874431254,
            "stop": 874431337
        },
        {
            "start": 874431338,
            "stop": 874431561
        },
        {
            "start": 874431563,
            "stop": 874431661
        },
        {
            "start": 874431662,
            "stop": 874431682
        },
        {
            "start": 874431683,
            "stop": 874431762
        },
        {
            "start": 874431764,
            "stop": 874431798
        },
        {
            "start": 874431800,
            "stop": 874432236
        }
    ]
}