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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=37",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=35",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 36,
    "results": [
        {
            "start": 931503206,
            "stop": 931503219
        },
        {
            "start": 931503226,
            "stop": 931503237
        },
        {
            "start": 931503243,
            "stop": 931503245
        },
        {
            "start": 931503252,
            "stop": 931503279
        },
        {
            "start": 931503285,
            "stop": 931503290
        },
        {
            "start": 931503319,
            "stop": 931503330
        },
        {
            "start": 931503341,
            "stop": 931503348
        },
        {
            "start": 931503369,
            "stop": 931503382
        },
        {
            "start": 931503388,
            "stop": 931503389
        },
        {
            "start": 931503402,
            "stop": 931503409
        },
        {
            "start": 931503423,
            "stop": 931503425
        },
        {
            "start": 931503466,
            "stop": 931503474
        },
        {
            "start": 931503516,
            "stop": 931503524
        },
        {
            "start": 931503531,
            "stop": 931503532
        },
        {
            "start": 931503572,
            "stop": 931503575
        },
        {
            "start": 931503590,
            "stop": 931503592
        },
        {
            "start": 931503605,
            "stop": 931503607
        },
        {
            "start": 931503665,
            "stop": 931503667
        },
        {
            "start": 931503712,
            "stop": 931503713
        },
        {
            "start": 931503754,
            "stop": 931503765
        }
    ]
}