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=6040
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=6041",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6039",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6040,
    "results": [
        {
            "start": 873721003,
            "stop": 873721005
        },
        {
            "start": 873721008,
            "stop": 873721011
        },
        {
            "start": 873721014,
            "stop": 873721017
        },
        {
            "start": 873721019,
            "stop": 873721021
        },
        {
            "start": 873721030,
            "stop": 873721031
        },
        {
            "start": 873721033,
            "stop": 873721035
        },
        {
            "start": 873721037,
            "stop": 873721038
        },
        {
            "start": 873721040,
            "stop": 873721042
        },
        {
            "start": 873721043,
            "stop": 873721046
        },
        {
            "start": 873721047,
            "stop": 873721054
        },
        {
            "start": 873721056,
            "stop": 873721057
        },
        {
            "start": 873721059,
            "stop": 873721061
        },
        {
            "start": 873721062,
            "stop": 873721063
        },
        {
            "start": 873721065,
            "stop": 873721066
        },
        {
            "start": 873721069,
            "stop": 873721071
        },
        {
            "start": 873721072,
            "stop": 873721073
        },
        {
            "start": 873721075,
            "stop": 873721078
        },
        {
            "start": 873721079,
            "stop": 873721082
        },
        {
            "start": 873721084,
            "stop": 873721090
        },
        {
            "start": 873721094,
            "stop": 873721095
        }
    ]
}