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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15822",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15820",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15821,
    "results": [
        {
            "start": 971178592,
            "stop": 971178593
        },
        {
            "start": 971178594,
            "stop": 971178597
        },
        {
            "start": 971178598,
            "stop": 971178602
        },
        {
            "start": 971178606,
            "stop": 971178607
        },
        {
            "start": 971178608,
            "stop": 971178614
        },
        {
            "start": 971178620,
            "stop": 971178630
        },
        {
            "start": 971178631,
            "stop": 971178634
        },
        {
            "start": 971178635,
            "stop": 971178641
        },
        {
            "start": 971178643,
            "stop": 971178644
        },
        {
            "start": 971178654,
            "stop": 971178655
        },
        {
            "start": 971178656,
            "stop": 971178657
        },
        {
            "start": 971178658,
            "stop": 971178659
        },
        {
            "start": 971178663,
            "stop": 971178665
        },
        {
            "start": 971178666,
            "stop": 971178667
        },
        {
            "start": 971178669,
            "stop": 971178670
        },
        {
            "start": 971178672,
            "stop": 971178675
        },
        {
            "start": 971178678,
            "stop": 971178683
        },
        {
            "start": 971178684,
            "stop": 971178687
        },
        {
            "start": 971178689,
            "stop": 971178694
        },
        {
            "start": 971178698,
            "stop": 971178700
        }
    ]
}