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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=2",
    "previous": null,
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 1,
    "results": [
        {
            "start": 816061324,
            "stop": 816061427
        },
        {
            "start": 816062161,
            "stop": 816062207
        },
        {
            "start": 816062271,
            "stop": 816062987
        },
        {
            "start": 816064048,
            "stop": 816064577
        },
        {
            "start": 816064752,
            "stop": 816065043
        },
        {
            "start": 816065503,
            "stop": 816065957
        },
        {
            "start": 816065991,
            "stop": 816066168
        },
        {
            "start": 816066179,
            "stop": 816066215
        },
        {
            "start": 816066223,
            "stop": 816066532
        },
        {
            "start": 816068440,
            "stop": 816068702
        },
        {
            "start": 816068764,
            "stop": 816069152
        },
        {
            "start": 816069505,
            "stop": 816069857
        },
        {
            "start": 816069963,
            "stop": 816076084
        },
        {
            "start": 816085801,
            "stop": 816087968
        },
        {
            "start": 816088083,
            "stop": 816096167
        },
        {
            "start": 816097026,
            "stop": 816097625
        },
        {
            "start": 816098432,
            "stop": 816099133
        },
        {
            "start": 816132800,
            "stop": 816133076
        },
        {
            "start": 816229176,
            "stop": 816236578
        },
        {
            "start": 816258792,
            "stop": 816259153
        }
    ]
}