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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=188",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=186",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 187,
    "results": [
        {
            "start": 933108714,
            "stop": 933108929
        },
        {
            "start": 933108989,
            "stop": 933109215
        },
        {
            "start": 933109575,
            "stop": 933109714
        },
        {
            "start": 933142374,
            "stop": 933142673
        },
        {
            "start": 933142675,
            "stop": 933142688
        },
        {
            "start": 933142690,
            "stop": 933142702
        },
        {
            "start": 933142706,
            "stop": 933142709
        },
        {
            "start": 933142769,
            "stop": 933142778
        },
        {
            "start": 933142781,
            "stop": 933142793
        },
        {
            "start": 933142795,
            "stop": 933142807
        },
        {
            "start": 933142810,
            "stop": 933142822
        },
        {
            "start": 933142825,
            "stop": 933142837
        },
        {
            "start": 933142840,
            "stop": 933142853
        },
        {
            "start": 933142855,
            "stop": 933142957
        },
        {
            "start": 933142960,
            "stop": 933142973
        },
        {
            "start": 933142975,
            "stop": 933143002
        },
        {
            "start": 933143005,
            "stop": 933143069
        },
        {
            "start": 933143129,
            "stop": 933143797
        },
        {
            "start": 933143800,
            "stop": 933144058
        },
        {
            "start": 933144178,
            "stop": 933144689
        }
    ]
}