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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14732",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14730",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14731,
    "results": [
        {
            "start": 971177729,
            "stop": 971177730
        },
        {
            "start": 971177731,
            "stop": 971177732
        },
        {
            "start": 971177733,
            "stop": 971177741
        },
        {
            "start": 971177742,
            "stop": 971177743
        },
        {
            "start": 971177745,
            "stop": 971177748
        },
        {
            "start": 971177749,
            "stop": 971177761
        },
        {
            "start": 971177763,
            "stop": 971177777
        },
        {
            "start": 971177779,
            "stop": 971177789
        },
        {
            "start": 971177791,
            "stop": 971177792
        },
        {
            "start": 971177794,
            "stop": 971177796
        },
        {
            "start": 971177798,
            "stop": 971177804
        },
        {
            "start": 971177806,
            "stop": 971177811
        },
        {
            "start": 971177813,
            "stop": 971177815
        },
        {
            "start": 971177817,
            "stop": 971177823
        },
        {
            "start": 971177824,
            "stop": 971177832
        },
        {
            "start": 971177834,
            "stop": 971177843
        },
        {
            "start": 971177845,
            "stop": 971177852
        },
        {
            "start": 971177856,
            "stop": 971177858
        },
        {
            "start": 971177861,
            "stop": 971177868
        },
        {
            "start": 971177869,
            "stop": 971177877
        }
    ]
}