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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7160",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7158",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7159,
    "results": [
        {
            "start": 874427545,
            "stop": 874428058
        },
        {
            "start": 874428059,
            "stop": 874428120
        },
        {
            "start": 874428180,
            "stop": 874428314
        },
        {
            "start": 874428315,
            "stop": 874428339
        },
        {
            "start": 874428340,
            "stop": 874428419
        },
        {
            "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": 874430332
        },
        {
            "start": 874430334,
            "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
        }
    ]
}