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=64
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=65",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=63",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 64,
    "results": [
        {
            "start": 932073662,
            "stop": 932073664
        },
        {
            "start": 932073666,
            "stop": 932073667
        },
        {
            "start": 932073669,
            "stop": 932073681
        },
        {
            "start": 932073682,
            "stop": 932073686
        },
        {
            "start": 932073687,
            "stop": 932073688
        },
        {
            "start": 932073694,
            "stop": 932073697
        },
        {
            "start": 932073699,
            "stop": 932073702
        },
        {
            "start": 932073706,
            "stop": 932073716
        },
        {
            "start": 932073718,
            "stop": 932073724
        },
        {
            "start": 932073727,
            "stop": 932073734
        },
        {
            "start": 932073742,
            "stop": 932073746
        },
        {
            "start": 932073751,
            "stop": 932073755
        },
        {
            "start": 932073765,
            "stop": 932073769
        },
        {
            "start": 932073770,
            "stop": 932073781
        },
        {
            "start": 932073782,
            "stop": 932073787
        },
        {
            "start": 932073788,
            "stop": 932073791
        },
        {
            "start": 932073792,
            "stop": 932073794
        },
        {
            "start": 932073795,
            "stop": 932073798
        },
        {
            "start": 932073799,
            "stop": 932073802
        },
        {
            "start": 932073809,
            "stop": 932073810
        }
    ]
}