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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=36",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=34",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 35,
    "results": [
        {
            "start": 931502913,
            "stop": 931502925
        },
        {
            "start": 931502933,
            "stop": 931502936
        },
        {
            "start": 931502942,
            "stop": 931502944
        },
        {
            "start": 931502956,
            "stop": 931502961
        },
        {
            "start": 931502967,
            "stop": 931502973
        },
        {
            "start": 931502985,
            "stop": 931502998
        },
        {
            "start": 931503013,
            "stop": 931503028
        },
        {
            "start": 931503034,
            "stop": 931503035
        },
        {
            "start": 931503042,
            "stop": 931503047
        },
        {
            "start": 931503054,
            "stop": 931503055
        },
        {
            "start": 931503062,
            "stop": 931503068
        },
        {
            "start": 931503075,
            "stop": 931503077
        },
        {
            "start": 931503084,
            "stop": 931503092
        },
        {
            "start": 931503099,
            "stop": 931503114
        },
        {
            "start": 931503121,
            "stop": 931503128
        },
        {
            "start": 931503135,
            "stop": 931503138
        },
        {
            "start": 931503149,
            "stop": 931503162
        },
        {
            "start": 931503169,
            "stop": 931503170
        },
        {
            "start": 931503177,
            "stop": 931503184
        },
        {
            "start": 931503191,
            "stop": 931503196
        }
    ]
}