Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33299
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=33300",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33298",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33299,
    "results": [
        {
            "start": 971008454,
            "stop": 971008484
        },
        {
            "start": 971008485,
            "stop": 971008508
        },
        {
            "start": 971008511,
            "stop": 971008514
        },
        {
            "start": 971008515,
            "stop": 971008531
        },
        {
            "start": 971008532,
            "stop": 971008539
        },
        {
            "start": 971008544,
            "stop": 971008546
        },
        {
            "start": 971008547,
            "stop": 971008561
        },
        {
            "start": 971008563,
            "stop": 971008565
        },
        {
            "start": 971008568,
            "stop": 971008576
        },
        {
            "start": 971008577,
            "stop": 971008578
        },
        {
            "start": 971008580,
            "stop": 971008582
        },
        {
            "start": 971008583,
            "stop": 971008598
        },
        {
            "start": 971008599,
            "stop": 971008601
        },
        {
            "start": 971008605,
            "stop": 971008614
        },
        {
            "start": 971008615,
            "stop": 971008619
        },
        {
            "start": 971008622,
            "stop": 971008649
        },
        {
            "start": 971008650,
            "stop": 971008664
        },
        {
            "start": 971008668,
            "stop": 971008696
        },
        {
            "start": 971008699,
            "stop": 971008714
        },
        {
            "start": 971008717,
            "stop": 971008719
        }
    ]
}