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=4521
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=4522",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4520",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4521,
    "results": [
        {
            "start": 968488241,
            "stop": 968489087
        },
        {
            "start": 968489090,
            "stop": 968489248
        },
        {
            "start": 968489251,
            "stop": 968489359
        },
        {
            "start": 968489376,
            "stop": 968490991
        },
        {
            "start": 968490994,
            "stop": 968491727
        },
        {
            "start": 968491730,
            "stop": 968492760
        },
        {
            "start": 968492763,
            "stop": 968492905
        },
        {
            "start": 968492908,
            "stop": 968493481
        },
        {
            "start": 968493484,
            "stop": 968494565
        },
        {
            "start": 968494568,
            "stop": 968496414
        },
        {
            "start": 968496417,
            "stop": 968497051
        },
        {
            "start": 968497056,
            "stop": 968497558
        },
        {
            "start": 968497561,
            "stop": 968497598
        },
        {
            "start": 968500489,
            "stop": 968500500
        },
        {
            "start": 968500503,
            "stop": 968500504
        },
        {
            "start": 968500507,
            "stop": 968501128
        },
        {
            "start": 968501131,
            "stop": 968501409
        },
        {
            "start": 968501412,
            "stop": 968501832
        },
        {
            "start": 968501835,
            "stop": 968501862
        },
        {
            "start": 968501865,
            "stop": 968501876
        }
    ]
}