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=4653
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=4654",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4652",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4653,
    "results": [
        {
            "start": 969621457,
            "stop": 969621714
        },
        {
            "start": 969621717,
            "stop": 969622017
        },
        {
            "start": 969622020,
            "stop": 969622261
        },
        {
            "start": 969622264,
            "stop": 969622581
        },
        {
            "start": 969622584,
            "stop": 969622601
        },
        {
            "start": 969622604,
            "stop": 969622848
        },
        {
            "start": 969622852,
            "stop": 969622904
        },
        {
            "start": 969622907,
            "stop": 969622955
        },
        {
            "start": 969622958,
            "stop": 969623028
        },
        {
            "start": 969623031,
            "stop": 969623274
        },
        {
            "start": 969623277,
            "stop": 969623329
        },
        {
            "start": 969623332,
            "stop": 969623617
        },
        {
            "start": 969623620,
            "stop": 969623674
        },
        {
            "start": 969623677,
            "stop": 969623738
        },
        {
            "start": 969623798,
            "stop": 969623810
        },
        {
            "start": 969623813,
            "stop": 969623833
        },
        {
            "start": 969623836,
            "stop": 969623881
        },
        {
            "start": 969623884,
            "stop": 969623956
        },
        {
            "start": 969623959,
            "stop": 969624025
        },
        {
            "start": 969624034,
            "stop": 969624056
        }
    ]
}