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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=196",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=194",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 195,
    "results": [
        {
            "start": 931151615,
            "stop": 931151616
        },
        {
            "start": 931151617,
            "stop": 931151621
        },
        {
            "start": 931151624,
            "stop": 931151625
        },
        {
            "start": 931151627,
            "stop": 931151629
        },
        {
            "start": 931151632,
            "stop": 931151633
        },
        {
            "start": 931151635,
            "stop": 931151636
        },
        {
            "start": 931151638,
            "stop": 931151639
        },
        {
            "start": 931151645,
            "stop": 931151648
        },
        {
            "start": 931151649,
            "stop": 931151651
        },
        {
            "start": 931151654,
            "stop": 931151655
        },
        {
            "start": 931151657,
            "stop": 931151658
        },
        {
            "start": 931151660,
            "stop": 931151661
        },
        {
            "start": 931151662,
            "stop": 931151664
        },
        {
            "start": 931151666,
            "stop": 931151667
        },
        {
            "start": 931151668,
            "stop": 931151669
        },
        {
            "start": 931151670,
            "stop": 931151672
        },
        {
            "start": 931151674,
            "stop": 931151676
        },
        {
            "start": 931151678,
            "stop": 931151681
        },
        {
            "start": 931151684,
            "stop": 931151685
        },
        {
            "start": 931151686,
            "stop": 931151692
        }
    ]
}