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=283
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=284",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=282",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 283,
    "results": [
        {
            "start": 931510268,
            "stop": 931510279
        },
        {
            "start": 931510303,
            "stop": 931510314
        },
        {
            "start": 931510357,
            "stop": 931510360
        },
        {
            "start": 931510422,
            "stop": 931510434
        },
        {
            "start": 931510453,
            "stop": 931510455
        },
        {
            "start": 931510477,
            "stop": 931510489
        },
        {
            "start": 931510518,
            "stop": 931510525
        },
        {
            "start": 931510572,
            "stop": 931510574
        },
        {
            "start": 931510594,
            "stop": 931510602
        },
        {
            "start": 931510639,
            "stop": 931510640
        },
        {
            "start": 931510659,
            "stop": 931510664
        },
        {
            "start": 931510694,
            "stop": 931510698
        },
        {
            "start": 931510720,
            "stop": 931510737
        },
        {
            "start": 931510762,
            "stop": 931510801
        },
        {
            "start": 931510832,
            "stop": 931510839
        },
        {
            "start": 931510885,
            "stop": 931510902
        },
        {
            "start": 931510921,
            "stop": 931510922
        },
        {
            "start": 931510941,
            "stop": 931510949
        },
        {
            "start": 931511002,
            "stop": 931511029
        },
        {
            "start": 931511078,
            "stop": 931511101
        }
    ]
}