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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6252",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6250",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6251,
    "results": [
        {
            "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
        },
        {
            "start": 874940716,
            "stop": 874940717
        },
        {
            "start": 874940718,
            "stop": 874940726
        },
        {
            "start": 874940727,
            "stop": 874940728
        },
        {
            "start": 874940730,
            "stop": 874940732
        },
        {
            "start": 874940733,
            "stop": 874940736
        },
        {
            "start": 874940737,
            "stop": 874940739
        },
        {
            "start": 874940740,
            "stop": 874940772
        },
        {
            "start": 874940773,
            "stop": 874940784
        }
    ]
}