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=4687
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=4688",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4686",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4687,
    "results": [
        {
            "start": 969890715,
            "stop": 969890738
        },
        {
            "start": 969891098,
            "stop": 969891115
        },
        {
            "start": 969891118,
            "stop": 969891141
        },
        {
            "start": 969891144,
            "stop": 969891157
        },
        {
            "start": 969891218,
            "stop": 969891234
        },
        {
            "start": 969891237,
            "stop": 969891269
        },
        {
            "start": 969891272,
            "stop": 969891278
        },
        {
            "start": 969891338,
            "stop": 969891381
        },
        {
            "start": 969891384,
            "stop": 969891458
        },
        {
            "start": 969891578,
            "stop": 969891608
        },
        {
            "start": 969891611,
            "stop": 969891650
        },
        {
            "start": 969891653,
            "stop": 969891698
        },
        {
            "start": 969891818,
            "stop": 969891846
        },
        {
            "start": 969891849,
            "stop": 969891860
        },
        {
            "start": 969891863,
            "stop": 969891878
        },
        {
            "start": 969891938,
            "stop": 969891976
        },
        {
            "start": 969891980,
            "stop": 969891998
        },
        {
            "start": 969892178,
            "stop": 969892185
        },
        {
            "start": 969892188,
            "stop": 969892228
        },
        {
            "start": 969892231,
            "stop": 969892238
        }
    ]
}