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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4690",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4688",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4689,
    "results": [
        {
            "start": 969897465,
            "stop": 969897476
        },
        {
            "start": 969897479,
            "stop": 969897535
        },
        {
            "start": 969897538,
            "stop": 969897810
        },
        {
            "start": 969897813,
            "stop": 969897849
        },
        {
            "start": 969897852,
            "stop": 969897926
        },
        {
            "start": 969897930,
            "stop": 969898063
        },
        {
            "start": 969898066,
            "stop": 969898092
        },
        {
            "start": 969898096,
            "stop": 969898117
        },
        {
            "start": 969898120,
            "stop": 969898152
        },
        {
            "start": 969898156,
            "stop": 969898295
        },
        {
            "start": 969898298,
            "stop": 969898324
        },
        {
            "start": 969898328,
            "stop": 969898332
        },
        {
            "start": 969898335,
            "stop": 969898352
        },
        {
            "start": 969898356,
            "stop": 969898392
        },
        {
            "start": 969898396,
            "stop": 969898405
        },
        {
            "start": 969898410,
            "stop": 969898606
        },
        {
            "start": 969898609,
            "stop": 969898667
        },
        {
            "start": 969898670,
            "stop": 969898721
        },
        {
            "start": 969898724,
            "stop": 969898730
        },
        {
            "start": 969898733,
            "stop": 969898779
        }
    ]
}