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=6112
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=6113",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6111",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6112,
    "results": [
        {
            "start": 874096331,
            "stop": 874096658
        },
        {
            "start": 874096659,
            "stop": 874096795
        },
        {
            "start": 874096798,
            "stop": 874097099
        },
        {
            "start": 874097100,
            "stop": 874097541
        },
        {
            "start": 874097542,
            "stop": 874098069
        },
        {
            "start": 874098070,
            "stop": 874098377
        },
        {
            "start": 874098378,
            "stop": 874100998
        },
        {
            "start": 874100999,
            "stop": 874101275
        },
        {
            "start": 874101276,
            "stop": 874101449
        },
        {
            "start": 874101450,
            "stop": 874102243
        },
        {
            "start": 874102244,
            "stop": 874103722
        },
        {
            "start": 874106234,
            "stop": 874106764
        },
        {
            "start": 874106765,
            "stop": 874107117
        },
        {
            "start": 874107118,
            "stop": 874108106
        },
        {
            "start": 874108107,
            "stop": 874109200
        },
        {
            "start": 874109203,
            "stop": 874112435
        },
        {
            "start": 874112436,
            "stop": 874115952
        },
        {
            "start": 874115955,
            "stop": 874116174
        },
        {
            "start": 874116175,
            "stop": 874122822
        },
        {
            "start": 874122824,
            "stop": 874123518
        }
    ]
}