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=1757
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=1758",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1756",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1757,
    "results": [
        {
            "start": 958733392,
            "stop": 958733395
        },
        {
            "start": 958733397,
            "stop": 958733417
        },
        {
            "start": 958733419,
            "stop": 958733420
        },
        {
            "start": 958733422,
            "stop": 958733475
        },
        {
            "start": 958733477,
            "stop": 958733479
        },
        {
            "start": 958733481,
            "stop": 958733528
        },
        {
            "start": 958733530,
            "stop": 958733607
        },
        {
            "start": 958733609,
            "stop": 958733728
        },
        {
            "start": 958733730,
            "stop": 958733742
        },
        {
            "start": 958733744,
            "stop": 958733842
        },
        {
            "start": 958733846,
            "stop": 958733847
        },
        {
            "start": 958733850,
            "stop": 958733975
        },
        {
            "start": 958733977,
            "stop": 958733979
        },
        {
            "start": 958733981,
            "stop": 958733998
        },
        {
            "start": 958734002,
            "stop": 958734005
        },
        {
            "start": 958734008,
            "stop": 958734055
        },
        {
            "start": 958734059,
            "stop": 958734069
        },
        {
            "start": 958734071,
            "stop": 958734146
        },
        {
            "start": 958734148,
            "stop": 958734149
        },
        {
            "start": 958734153,
            "stop": 958734156
        }
    ]
}