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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14739",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14737",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14738,
    "results": [
        {
            "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
        },
        {
            "start": 971178704,
            "stop": 971178712
        },
        {
            "start": 971178713,
            "stop": 971178716
        },
        {
            "start": 971178719,
            "stop": 971178720
        },
        {
            "start": 971178721,
            "stop": 971178726
        },
        {
            "start": 971178729,
            "stop": 971178733
        }
    ]
}