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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8366",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8364",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8365,
    "results": [
        {
            "start": 874736940,
            "stop": 874737240
        },
        {
            "start": 874737300,
            "stop": 874737526
        },
        {
            "start": 874737545,
            "stop": 874737780
        },
        {
            "start": 874737840,
            "stop": 874737913
        },
        {
            "start": 874737930,
            "stop": 874739040
        },
        {
            "start": 874739100,
            "stop": 874739647
        },
        {
            "start": 874739664,
            "stop": 874739820
        },
        {
            "start": 874739880,
            "stop": 874739917
        },
        {
            "start": 874739937,
            "stop": 874740179
        },
        {
            "start": 874740198,
            "stop": 874740240
        },
        {
            "start": 874740300,
            "stop": 874741012
        },
        {
            "start": 874741031,
            "stop": 874741061
        },
        {
            "start": 874741080,
            "stop": 874742343
        },
        {
            "start": 874742360,
            "stop": 874742640
        },
        {
            "start": 874742700,
            "stop": 874742832
        },
        {
            "start": 874742868,
            "stop": 874742968
        },
        {
            "start": 874742988,
            "stop": 874743060
        },
        {
            "start": 874743120,
            "stop": 874743423
        },
        {
            "start": 874743442,
            "stop": 874743450
        },
        {
            "start": 874745160,
            "stop": 874745340
        }
    ]
}