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=15682
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=15683",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15681",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15682,
    "results": [
        {
            "start": 971160736,
            "stop": 971160740
        },
        {
            "start": 971160748,
            "stop": 971160753
        },
        {
            "start": 971160754,
            "stop": 971160756
        },
        {
            "start": 971160759,
            "stop": 971160762
        },
        {
            "start": 971160767,
            "stop": 971160768
        },
        {
            "start": 971160769,
            "stop": 971160770
        },
        {
            "start": 971160775,
            "stop": 971160776
        },
        {
            "start": 971160777,
            "stop": 971160778
        },
        {
            "start": 971160781,
            "stop": 971160784
        },
        {
            "start": 971160786,
            "stop": 971160787
        },
        {
            "start": 971160790,
            "stop": 971160791
        },
        {
            "start": 971160793,
            "stop": 971160794
        },
        {
            "start": 971160798,
            "stop": 971160799
        },
        {
            "start": 971160800,
            "stop": 971160802
        },
        {
            "start": 971160804,
            "stop": 971160807
        },
        {
            "start": 971160808,
            "stop": 971160814
        },
        {
            "start": 971160822,
            "stop": 971160823
        },
        {
            "start": 971160824,
            "stop": 971160828
        },
        {
            "start": 971160830,
            "stop": 971160834
        },
        {
            "start": 971160836,
            "stop": 971160837
        }
    ]
}