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=46
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=47",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=45",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 46,
    "results": [
        {
            "start": 931081680,
            "stop": 931081681
        },
        {
            "start": 931081682,
            "stop": 931081688
        },
        {
            "start": 931081689,
            "stop": 931081690
        },
        {
            "start": 931081692,
            "stop": 931081693
        },
        {
            "start": 931081700,
            "stop": 931081701
        },
        {
            "start": 931081704,
            "stop": 931081711
        },
        {
            "start": 931081712,
            "stop": 931081714
        },
        {
            "start": 931081717,
            "stop": 931081719
        },
        {
            "start": 931081720,
            "stop": 931081722
        },
        {
            "start": 931081723,
            "stop": 931081724
        },
        {
            "start": 931081726,
            "stop": 931081733
        },
        {
            "start": 931081734,
            "stop": 931081737
        },
        {
            "start": 931081739,
            "stop": 931081744
        },
        {
            "start": 931081745,
            "stop": 931081748
        },
        {
            "start": 931081750,
            "stop": 931081758
        },
        {
            "start": 931081762,
            "stop": 931081768
        },
        {
            "start": 931081770,
            "stop": 931081771
        },
        {
            "start": 931081774,
            "stop": 931081775
        },
        {
            "start": 931081776,
            "stop": 931081778
        },
        {
            "start": 931081786,
            "stop": 931081793
        }
    ]
}