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=1751
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=1752",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1750",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1751,
    "results": [
        {
            "start": 958725618,
            "stop": 958725651
        },
        {
            "start": 958725653,
            "stop": 958725913
        },
        {
            "start": 958725916,
            "stop": 958726068
        },
        {
            "start": 958726070,
            "stop": 958726074
        },
        {
            "start": 958726076,
            "stop": 958726190
        },
        {
            "start": 958726192,
            "stop": 958726196
        },
        {
            "start": 958726198,
            "stop": 958726342
        },
        {
            "start": 958726343,
            "stop": 958726503
        },
        {
            "start": 958726507,
            "stop": 958726874
        },
        {
            "start": 958726876,
            "stop": 958727184
        },
        {
            "start": 958727186,
            "stop": 958727188
        },
        {
            "start": 958727190,
            "stop": 958727193
        },
        {
            "start": 958727197,
            "stop": 958727366
        },
        {
            "start": 958727371,
            "stop": 958727603
        },
        {
            "start": 958727605,
            "stop": 958727606
        },
        {
            "start": 958727610,
            "stop": 958727612
        },
        {
            "start": 958727614,
            "stop": 958727616
        },
        {
            "start": 958727618,
            "stop": 958727884
        },
        {
            "start": 958727886,
            "stop": 958727959
        },
        {
            "start": 958727966,
            "stop": 958727994
        }
    ]
}