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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1572",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1570",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1571,
    "results": [
        {
            "start": 952485056,
            "stop": 952486997
        },
        {
            "start": 952486999,
            "stop": 952492609
        },
        {
            "start": 952492611,
            "stop": 952498730
        },
        {
            "start": 952498732,
            "stop": 952498970
        },
        {
            "start": 952498972,
            "stop": 952499907
        },
        {
            "start": 952499909,
            "stop": 952501156
        },
        {
            "start": 952501157,
            "stop": 952502565
        },
        {
            "start": 952502567,
            "stop": 952503640
        },
        {
            "start": 952503642,
            "stop": 952504225
        },
        {
            "start": 952504227,
            "stop": 952507427
        },
        {
            "start": 952507429,
            "stop": 952507618
        },
        {
            "start": 952507620,
            "stop": 952509802
        },
        {
            "start": 952509804,
            "stop": 952519452
        },
        {
            "start": 952519454,
            "stop": 952521950
        },
        {
            "start": 952521952,
            "stop": 952522070
        },
        {
            "start": 952522072,
            "stop": 952526132
        },
        {
            "start": 952526134,
            "stop": 952526159
        },
        {
            "start": 952545961,
            "stop": 952546766
        },
        {
            "start": 952546768,
            "stop": 952549738
        },
        {
            "start": 952549740,
            "stop": 952550196
        }
    ]
}