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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8593",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8591",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8592,
    "results": [
        {
            "start": 870585059,
            "stop": 870585187
        },
        {
            "start": 870585204,
            "stop": 870589777
        },
        {
            "start": 870589897,
            "stop": 870592258
        },
        {
            "start": 870592259,
            "stop": 870593159
        },
        {
            "start": 870593176,
            "stop": 870594319
        },
        {
            "start": 870594336,
            "stop": 870596223
        },
        {
            "start": 870596240,
            "stop": 870598628
        },
        {
            "start": 870598645,
            "stop": 870599090
        },
        {
            "start": 870599107,
            "stop": 870599522
        },
        {
            "start": 870599539,
            "stop": 870599664
        },
        {
            "start": 870599681,
            "stop": 870599811
        },
        {
            "start": 870599828,
            "stop": 870602929
        },
        {
            "start": 870602946,
            "stop": 870603061
        },
        {
            "start": 870603078,
            "stop": 870609432
        },
        {
            "start": 870609449,
            "stop": 870609486
        },
        {
            "start": 870609503,
            "stop": 870609838
        },
        {
            "start": 870609855,
            "stop": 870611570
        },
        {
            "start": 870611710,
            "stop": 870612479
        },
        {
            "start": 870612496,
            "stop": 870613180
        },
        {
            "start": 870613197,
            "stop": 870613289
        }
    ]
}