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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=419",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=417",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 418,
    "results": [
        {
            "start": 865825558,
            "stop": 865825588
        },
        {
            "start": 865825592,
            "stop": 865826153
        },
        {
            "start": 865826157,
            "stop": 865827088
        },
        {
            "start": 865827092,
            "stop": 865827202
        },
        {
            "start": 865827206,
            "stop": 865827346
        },
        {
            "start": 865827350,
            "stop": 865827365
        },
        {
            "start": 865827369,
            "stop": 865827528
        },
        {
            "start": 865827532,
            "stop": 865827585
        },
        {
            "start": 865827589,
            "stop": 865827595
        },
        {
            "start": 865827603,
            "stop": 865827610
        },
        {
            "start": 865827685,
            "stop": 865827733
        },
        {
            "start": 865827737,
            "stop": 865827844
        },
        {
            "start": 865827849,
            "stop": 865827990
        },
        {
            "start": 865827994,
            "stop": 865828106
        },
        {
            "start": 865828109,
            "stop": 865828129
        },
        {
            "start": 865828133,
            "stop": 865828139
        },
        {
            "start": 865828148,
            "stop": 865828230
        },
        {
            "start": 865828234,
            "stop": 865829036
        },
        {
            "start": 865829066,
            "stop": 865829593
        },
        {
            "start": 865829596,
            "stop": 865864217
        }
    ]
}