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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=72",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=70",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 71,
    "results": [
        {
            "start": 942830619,
            "stop": 942830643
        },
        {
            "start": 942830646,
            "stop": 942830650
        },
        {
            "start": 942830660,
            "stop": 942830666
        },
        {
            "start": 942830669,
            "stop": 942830770
        },
        {
            "start": 942830773,
            "stop": 942830776
        },
        {
            "start": 942830780,
            "stop": 942830811
        },
        {
            "start": 942830826,
            "stop": 942830965
        },
        {
            "start": 942830968,
            "stop": 942830970
        },
        {
            "start": 942830972,
            "stop": 942830981
        },
        {
            "start": 942830986,
            "stop": 942831003
        },
        {
            "start": 942831007,
            "stop": 942831008
        },
        {
            "start": 942831012,
            "stop": 942831422
        },
        {
            "start": 942831435,
            "stop": 942832051
        },
        {
            "start": 942832054,
            "stop": 942832060
        },
        {
            "start": 942832063,
            "stop": 942832139
        },
        {
            "start": 942832143,
            "stop": 942832402
        },
        {
            "start": 942832405,
            "stop": 942832443
        },
        {
            "start": 942832446,
            "stop": 942839226
        },
        {
            "start": 942839229,
            "stop": 942839264
        },
        {
            "start": 942839272,
            "stop": 942839378
        }
    ]
}