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=2329
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=2330",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2328",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2329,
    "results": [
        {
            "start": 874362073,
            "stop": 874362111
        },
        {
            "start": 874362130,
            "stop": 874362294
        },
        {
            "start": 874362330,
            "stop": 874362338
        },
        {
            "start": 874362357,
            "stop": 874362372
        },
        {
            "start": 874362400,
            "stop": 874363120
        },
        {
            "start": 874363143,
            "stop": 874363309
        },
        {
            "start": 874363358,
            "stop": 874364165
        },
        {
            "start": 874364227,
            "stop": 874368052
        },
        {
            "start": 874368069,
            "stop": 874368082
        },
        {
            "start": 874368099,
            "stop": 874368101
        },
        {
            "start": 874369185,
            "stop": 874373220
        },
        {
            "start": 874373640,
            "stop": 874373666
        },
        {
            "start": 874374724,
            "stop": 874376766
        },
        {
            "start": 874376786,
            "stop": 874376816
        },
        {
            "start": 874376835,
            "stop": 874377049
        },
        {
            "start": 874377068,
            "stop": 874379797
        },
        {
            "start": 874379814,
            "stop": 874379826
        },
        {
            "start": 874381618,
            "stop": 874381624
        },
        {
            "start": 874381651,
            "stop": 874381652
        },
        {
            "start": 874381686,
            "stop": 874384346
        }
    ]
}