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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15815",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15813",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15814,
    "results": [
        {
            "start": 971177701,
            "stop": 971177702
        },
        {
            "start": 971177706,
            "stop": 971177711
        },
        {
            "start": 971177715,
            "stop": 971177716
        },
        {
            "start": 971177719,
            "stop": 971177724
        },
        {
            "start": 971177725,
            "stop": 971177727
        },
        {
            "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
        }
    ]
}