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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5101",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5099",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5100,
    "results": [
        {
            "start": 874653951,
            "stop": 874654053
        },
        {
            "start": 874654060,
            "stop": 874654161
        },
        {
            "start": 874654169,
            "stop": 874654306
        },
        {
            "start": 874654314,
            "stop": 874654754
        },
        {
            "start": 874654761,
            "stop": 874654980
        },
        {
            "start": 874654987,
            "stop": 874655110
        },
        {
            "start": 874655118,
            "stop": 874655217
        },
        {
            "start": 874655224,
            "stop": 874655355
        },
        {
            "start": 874655363,
            "stop": 874655403
        },
        {
            "start": 874655410,
            "stop": 874655526
        },
        {
            "start": 874655533,
            "stop": 874655542
        },
        {
            "start": 874655549,
            "stop": 874655647
        },
        {
            "start": 874655654,
            "stop": 874655862
        },
        {
            "start": 874655876,
            "stop": 874656105
        },
        {
            "start": 874656112,
            "stop": 874656132
        },
        {
            "start": 874656139,
            "stop": 874656289
        },
        {
            "start": 874656296,
            "stop": 874656303
        },
        {
            "start": 874656316,
            "stop": 874656367
        },
        {
            "start": 874656380,
            "stop": 874656408
        },
        {
            "start": 874656415,
            "stop": 874656438
        }
    ]
}