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=5992
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=5993",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5991",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5992,
    "results": [
        {
            "start": 873406282,
            "stop": 873406339
        },
        {
            "start": 873406342,
            "stop": 873406564
        },
        {
            "start": 873406569,
            "stop": 873406589
        },
        {
            "start": 873406592,
            "stop": 873406744
        },
        {
            "start": 873406747,
            "stop": 873406767
        },
        {
            "start": 873406770,
            "stop": 873406787
        },
        {
            "start": 873406791,
            "stop": 873406982
        },
        {
            "start": 873406985,
            "stop": 873407070
        },
        {
            "start": 873407073,
            "stop": 873407097
        },
        {
            "start": 873407100,
            "stop": 873407146
        },
        {
            "start": 873407152,
            "stop": 873407155
        },
        {
            "start": 873407158,
            "stop": 873407165
        },
        {
            "start": 873407168,
            "stop": 873407170
        },
        {
            "start": 873407173,
            "stop": 873408535
        },
        {
            "start": 873408536,
            "stop": 873411153
        },
        {
            "start": 873411159,
            "stop": 873411456
        },
        {
            "start": 873411459,
            "stop": 873411799
        },
        {
            "start": 873411803,
            "stop": 873411837
        },
        {
            "start": 873411840,
            "stop": 873411842
        },
        {
            "start": 873411845,
            "stop": 873411851
        }
    ]
}