Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=283
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=284",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=282",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 283,
    "results": [
        {
            "start": 934950996,
            "stop": 934951416
        },
        {
            "start": 934951476,
            "stop": 934951536
        },
        {
            "start": 934951596,
            "stop": 934951666
        },
        {
            "start": 934951681,
            "stop": 934951716
        },
        {
            "start": 934951776,
            "stop": 934952415
        },
        {
            "start": 934952655,
            "stop": 934952976
        },
        {
            "start": 934953036,
            "stop": 934953139
        },
        {
            "start": 934953141,
            "stop": 934953242
        },
        {
            "start": 934953247,
            "stop": 934953252
        },
        {
            "start": 934953262,
            "stop": 934953276
        },
        {
            "start": 934953336,
            "stop": 934955310
        },
        {
            "start": 934957381,
            "stop": 934957656
        },
        {
            "start": 934957716,
            "stop": 934957891
        },
        {
            "start": 934957896,
            "stop": 934958016
        },
        {
            "start": 934958076,
            "stop": 934958118
        },
        {
            "start": 934958124,
            "stop": 934958136
        },
        {
            "start": 934958256,
            "stop": 934958269
        },
        {
            "start": 934958274,
            "stop": 934958496
        },
        {
            "start": 934958556,
            "stop": 934958976
        },
        {
            "start": 934959036,
            "stop": 934959615
        }
    ]
}