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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16810",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16808",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16809,
    "results": [
        {
            "start": 875133760,
            "stop": 875133828
        },
        {
            "start": 875133829,
            "stop": 875133880
        },
        {
            "start": 875133882,
            "stop": 875133884
        },
        {
            "start": 875137357,
            "stop": 875137380
        },
        {
            "start": 875137560,
            "stop": 875138257
        },
        {
            "start": 875138258,
            "stop": 875138318
        },
        {
            "start": 875138320,
            "stop": 875138409
        },
        {
            "start": 875138411,
            "stop": 875138482
        },
        {
            "start": 875138483,
            "stop": 875138752
        },
        {
            "start": 875138753,
            "stop": 875138890
        },
        {
            "start": 875138893,
            "stop": 875139200
        },
        {
            "start": 875139201,
            "stop": 875139725
        },
        {
            "start": 875139729,
            "stop": 875139784
        },
        {
            "start": 875139785,
            "stop": 875139804
        },
        {
            "start": 875139805,
            "stop": 875139862
        },
        {
            "start": 875139863,
            "stop": 875140128
        },
        {
            "start": 875140129,
            "stop": 875140166
        },
        {
            "start": 875140168,
            "stop": 875140214
        },
        {
            "start": 875140215,
            "stop": 875140216
        },
        {
            "start": 875140218,
            "stop": 875140303
        }
    ]
}