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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=4013",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=4011",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 4012,
    "results": [
        {
            "start": 874940620,
            "stop": 874940622
        },
        {
            "start": 874940629,
            "stop": 874940630
        },
        {
            "start": 874940635,
            "stop": 874940636
        },
        {
            "start": 874940638,
            "stop": 874940641
        },
        {
            "start": 874940644,
            "stop": 874940645
        },
        {
            "start": 874940646,
            "stop": 874940651
        },
        {
            "start": 874940652,
            "stop": 874940653
        },
        {
            "start": 874940654,
            "stop": 874940655
        },
        {
            "start": 874940657,
            "stop": 874940660
        },
        {
            "start": 874940665,
            "stop": 874940666
        },
        {
            "start": 874940668,
            "stop": 874940672
        },
        {
            "start": 874940673,
            "stop": 874940677
        },
        {
            "start": 874940679,
            "stop": 874940680
        },
        {
            "start": 874940681,
            "stop": 874940685
        },
        {
            "start": 874940686,
            "stop": 874940690
        },
        {
            "start": 874940691,
            "stop": 874940693
        },
        {
            "start": 874940695,
            "stop": 874940698
        },
        {
            "start": 874940699,
            "stop": 874940702
        },
        {
            "start": 874940703,
            "stop": 874940710
        },
        {
            "start": 874940712,
            "stop": 874940714
        }
    ]
}