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=4509
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=4510",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4508",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4509,
    "results": [
        {
            "start": 968400344,
            "stop": 968400595
        },
        {
            "start": 968400598,
            "stop": 968400806
        },
        {
            "start": 968400809,
            "stop": 968401038
        },
        {
            "start": 968401041,
            "stop": 968402693
        },
        {
            "start": 968402696,
            "stop": 968402868
        },
        {
            "start": 968402871,
            "stop": 968403888
        },
        {
            "start": 968403891,
            "stop": 968404269
        },
        {
            "start": 968404272,
            "stop": 968404550
        },
        {
            "start": 968404553,
            "stop": 968404754
        },
        {
            "start": 968404757,
            "stop": 968405937
        },
        {
            "start": 968405940,
            "stop": 968406406
        },
        {
            "start": 968406409,
            "stop": 968406606
        },
        {
            "start": 968406609,
            "stop": 968406698
        },
        {
            "start": 968406701,
            "stop": 968406752
        },
        {
            "start": 968406770,
            "stop": 968407537
        },
        {
            "start": 968407540,
            "stop": 968407800
        },
        {
            "start": 968407803,
            "stop": 968408396
        },
        {
            "start": 968408399,
            "stop": 968408921
        },
        {
            "start": 968408924,
            "stop": 968409045
        },
        {
            "start": 968409048,
            "stop": 968409138
        }
    ]
}