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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5192",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5190",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5191,
    "results": [
        {
            "start": 969883347,
            "stop": 969883413
        },
        {
            "start": 969883416,
            "stop": 969883473
        },
        {
            "start": 969883479,
            "stop": 969883494
        },
        {
            "start": 969883498,
            "stop": 969883511
        },
        {
            "start": 969883514,
            "stop": 969883529
        },
        {
            "start": 969885454,
            "stop": 969885603
        },
        {
            "start": 969885606,
            "stop": 969885667
        },
        {
            "start": 969885670,
            "stop": 969885698
        },
        {
            "start": 969885758,
            "stop": 969885902
        },
        {
            "start": 969885919,
            "stop": 969885938
        },
        {
            "start": 969886178,
            "stop": 969886238
        },
        {
            "start": 969886478,
            "stop": 969886537
        },
        {
            "start": 969886540,
            "stop": 969886582
        },
        {
            "start": 969886585,
            "stop": 969886604
        },
        {
            "start": 969886608,
            "stop": 969886651
        },
        {
            "start": 969886654,
            "stop": 969886684
        },
        {
            "start": 969886687,
            "stop": 969886693
        },
        {
            "start": 969886696,
            "stop": 969886718
        },
        {
            "start": 969886778,
            "stop": 969886821
        },
        {
            "start": 969886824,
            "stop": 969886835
        }
    ]
}