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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=72",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=70",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 71,
    "results": [
        {
            "start": 817991245,
            "stop": 817991309
        },
        {
            "start": 817991317,
            "stop": 817991356
        },
        {
            "start": 817991364,
            "stop": 817991563
        },
        {
            "start": 817991571,
            "stop": 817991740
        },
        {
            "start": 817991748,
            "stop": 817991790
        },
        {
            "start": 817991800,
            "stop": 817991840
        },
        {
            "start": 817991848,
            "stop": 817991964
        },
        {
            "start": 817991972,
            "stop": 817992053
        },
        {
            "start": 817992066,
            "stop": 817992554
        },
        {
            "start": 817992562,
            "stop": 817992591
        },
        {
            "start": 817992599,
            "stop": 817992610
        },
        {
            "start": 817992618,
            "stop": 817992635
        },
        {
            "start": 817992649,
            "stop": 817992657
        },
        {
            "start": 817992665,
            "stop": 817992784
        },
        {
            "start": 817992792,
            "stop": 817992917
        },
        {
            "start": 817992925,
            "stop": 817993094
        },
        {
            "start": 817993102,
            "stop": 817993174
        },
        {
            "start": 817993182,
            "stop": 817993246
        },
        {
            "start": 817993254,
            "stop": 817993601
        },
        {
            "start": 817993609,
            "stop": 817993737
        }
    ]
}