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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=26",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 27,
    "results": [
        {
            "start": 816775589,
            "stop": 816775592
        },
        {
            "start": 816776927,
            "stop": 816777080
        },
        {
            "start": 816777082,
            "stop": 816779056
        },
        {
            "start": 816779059,
            "stop": 816779200
        },
        {
            "start": 816779203,
            "stop": 816779338
        },
        {
            "start": 816779340,
            "stop": 816779442
        },
        {
            "start": 816779444,
            "stop": 816779810
        },
        {
            "start": 816779815,
            "stop": 816779857
        },
        {
            "start": 816779861,
            "stop": 816780341
        },
        {
            "start": 816780344,
            "stop": 816780348
        },
        {
            "start": 816780351,
            "stop": 816780361
        },
        {
            "start": 816780365,
            "stop": 816780366
        },
        {
            "start": 816780369,
            "stop": 816780370
        },
        {
            "start": 816780373,
            "stop": 816780383
        },
        {
            "start": 816780386,
            "stop": 816780399
        },
        {
            "start": 816780402,
            "stop": 816780408
        },
        {
            "start": 816780412,
            "stop": 816780425
        },
        {
            "start": 816780428,
            "stop": 816780449
        },
        {
            "start": 816780452,
            "stop": 816780483
        },
        {
            "start": 816780485,
            "stop": 816780659
        }
    ]
}