Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=351
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=352",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=350",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 351,
    "results": [
        {
            "start": 847117777,
            "stop": 847117782
        },
        {
            "start": 847117785,
            "stop": 847117795
        },
        {
            "start": 847117798,
            "stop": 847117820
        },
        {
            "start": 847117822,
            "stop": 847117831
        },
        {
            "start": 847117833,
            "stop": 847117835
        },
        {
            "start": 847117836,
            "stop": 847117846
        },
        {
            "start": 847117848,
            "stop": 847117858
        },
        {
            "start": 847117860,
            "stop": 847117868
        },
        {
            "start": 847117870,
            "stop": 847117872
        },
        {
            "start": 847117876,
            "stop": 847117882
        },
        {
            "start": 847117883,
            "stop": 847117885
        },
        {
            "start": 847117892,
            "stop": 847117897
        },
        {
            "start": 847117900,
            "stop": 847117902
        },
        {
            "start": 847117904,
            "stop": 847117909
        },
        {
            "start": 847117911,
            "stop": 847117912
        },
        {
            "start": 847117915,
            "stop": 847118128
        },
        {
            "start": 847118130,
            "stop": 847118179
        },
        {
            "start": 847118182,
            "stop": 847118248
        },
        {
            "start": 847118250,
            "stop": 847119073
        },
        {
            "start": 847119075,
            "stop": 847119467
        }
    ]
}