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=4674
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=4675",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4673",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4674,
    "results": [
        {
            "start": 969798510,
            "stop": 969798515
        },
        {
            "start": 969798518,
            "stop": 969798600
        },
        {
            "start": 969798603,
            "stop": 969798624
        },
        {
            "start": 969798628,
            "stop": 969798645
        },
        {
            "start": 969798648,
            "stop": 969798671
        },
        {
            "start": 969798674,
            "stop": 969798678
        },
        {
            "start": 969798681,
            "stop": 969798737
        },
        {
            "start": 969798740,
            "stop": 969798747
        },
        {
            "start": 969798750,
            "stop": 969798758
        },
        {
            "start": 969798818,
            "stop": 969798840
        },
        {
            "start": 969798843,
            "stop": 969798847
        },
        {
            "start": 969798853,
            "stop": 969798866
        },
        {
            "start": 969798869,
            "stop": 969798926
        },
        {
            "start": 969798929,
            "stop": 969798938
        },
        {
            "start": 969798941,
            "stop": 969798958
        },
        {
            "start": 969798961,
            "stop": 969798969
        },
        {
            "start": 969798972,
            "stop": 969799001
        },
        {
            "start": 969799007,
            "stop": 969799025
        },
        {
            "start": 969799028,
            "stop": 969799042
        },
        {
            "start": 969799049,
            "stop": 969799051
        }
    ]
}