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=72
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=73",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=71",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 72,
    "results": [
        {
            "start": 931085761,
            "stop": 931085764
        },
        {
            "start": 931085768,
            "stop": 931085769
        },
        {
            "start": 931085770,
            "stop": 931085772
        },
        {
            "start": 931085773,
            "stop": 931085776
        },
        {
            "start": 931085783,
            "stop": 931085786
        },
        {
            "start": 931085788,
            "stop": 931085790
        },
        {
            "start": 931085792,
            "stop": 931085796
        },
        {
            "start": 931085800,
            "stop": 931085805
        },
        {
            "start": 931085806,
            "stop": 931085807
        },
        {
            "start": 931085811,
            "stop": 931085819
        },
        {
            "start": 931085821,
            "stop": 931085822
        },
        {
            "start": 931085823,
            "stop": 931085827
        },
        {
            "start": 931085828,
            "stop": 931085830
        },
        {
            "start": 931085831,
            "stop": 931085840
        },
        {
            "start": 931085842,
            "stop": 931085843
        },
        {
            "start": 931085844,
            "stop": 931085846
        },
        {
            "start": 931085848,
            "stop": 931085850
        },
        {
            "start": 931085852,
            "stop": 931085868
        },
        {
            "start": 931085869,
            "stop": 931085872
        },
        {
            "start": 931085875,
            "stop": 931085876
        }
    ]
}