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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=254",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=252",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 253,
    "results": [
        {
            "start": 931467655,
            "stop": 931467657
        },
        {
            "start": 931467660,
            "stop": 931467673
        },
        {
            "start": 931467675,
            "stop": 931467685
        },
        {
            "start": 931467687,
            "stop": 931467691
        },
        {
            "start": 931467693,
            "stop": 931467696
        },
        {
            "start": 931467703,
            "stop": 931467716
        },
        {
            "start": 931467718,
            "stop": 931467727
        },
        {
            "start": 931467730,
            "stop": 931467732
        },
        {
            "start": 931467734,
            "stop": 931467741
        },
        {
            "start": 931467743,
            "stop": 931467755
        },
        {
            "start": 931467763,
            "stop": 931467766
        },
        {
            "start": 931467769,
            "stop": 931467782
        },
        {
            "start": 931467784,
            "stop": 931467790
        },
        {
            "start": 931467799,
            "stop": 931467809
        },
        {
            "start": 931467813,
            "stop": 931467834
        },
        {
            "start": 931467837,
            "stop": 931467838
        },
        {
            "start": 931467840,
            "stop": 931467842
        },
        {
            "start": 931467845,
            "stop": 931467851
        },
        {
            "start": 931467853,
            "stop": 931467854
        },
        {
            "start": 931467856,
            "stop": 931467864
        }
    ]
}