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=811
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=812",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=810",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 811,
    "results": [
        {
            "start": 958121022,
            "stop": 958121323
        },
        {
            "start": 958121328,
            "stop": 958121492
        },
        {
            "start": 958121497,
            "stop": 958121752
        },
        {
            "start": 958122480,
            "stop": 958123000
        },
        {
            "start": 958123148,
            "stop": 958123149
        },
        {
            "start": 958123590,
            "stop": 958124060
        },
        {
            "start": 958124066,
            "stop": 958124599
        },
        {
            "start": 958124605,
            "stop": 958125375
        },
        {
            "start": 958125381,
            "stop": 958127272
        },
        {
            "start": 958127278,
            "stop": 958128338
        },
        {
            "start": 958128344,
            "stop": 958128859
        },
        {
            "start": 958128865,
            "stop": 958129661
        },
        {
            "start": 958132738,
            "stop": 958134190
        },
        {
            "start": 958134196,
            "stop": 958141745
        },
        {
            "start": 958142364,
            "stop": 958146272
        },
        {
            "start": 958147221,
            "stop": 958149554
        },
        {
            "start": 958150741,
            "stop": 958150840
        },
        {
            "start": 958151485,
            "stop": 958166957
        },
        {
            "start": 958170732,
            "stop": 958171965
        },
        {
            "start": 958171982,
            "stop": 958176152
        }
    ]
}