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=190
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=191",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=189",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 190,
    "results": [
        {
            "start": 933036691,
            "stop": 933036708
        },
        {
            "start": 933036714,
            "stop": 933036932
        },
        {
            "start": 933036937,
            "stop": 933037172
        },
        {
            "start": 933037173,
            "stop": 933037285
        },
        {
            "start": 933037290,
            "stop": 933037367
        },
        {
            "start": 933037372,
            "stop": 933037981
        },
        {
            "start": 933037986,
            "stop": 933038106
        },
        {
            "start": 933038111,
            "stop": 933038250
        },
        {
            "start": 933038251,
            "stop": 933038533
        },
        {
            "start": 933038538,
            "stop": 933038583
        },
        {
            "start": 933038608,
            "stop": 933038643
        },
        {
            "start": 933038677,
            "stop": 933038870
        },
        {
            "start": 933038871,
            "stop": 933039203
        },
        {
            "start": 933039237,
            "stop": 933039375
        },
        {
            "start": 933039380,
            "stop": 933039386
        },
        {
            "start": 933039405,
            "stop": 933039521
        },
        {
            "start": 933039543,
            "stop": 933039712
        },
        {
            "start": 933039717,
            "stop": 933039868
        },
        {
            "start": 933039887,
            "stop": 933040018
        },
        {
            "start": 933040036,
            "stop": 933040080
        }
    ]
}