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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=252",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=250",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 251,
    "results": [
        {
            "start": 820940580,
            "stop": 820940667
        },
        {
            "start": 820940675,
            "stop": 820940707
        },
        {
            "start": 820940872,
            "stop": 820941000
        },
        {
            "start": 820941120,
            "stop": 820941180
        },
        {
            "start": 820941300,
            "stop": 820941407
        },
        {
            "start": 820941414,
            "stop": 820941517
        },
        {
            "start": 820941524,
            "stop": 820941584
        },
        {
            "start": 820941840,
            "stop": 820941985
        },
        {
            "start": 820941992,
            "stop": 820942020
        },
        {
            "start": 820942560,
            "stop": 820942620
        },
        {
            "start": 820942680,
            "stop": 820942740
        },
        {
            "start": 820942800,
            "stop": 820942824
        },
        {
            "start": 820942831,
            "stop": 820942873
        },
        {
            "start": 820965635,
            "stop": 820965652
        },
        {
            "start": 820965660,
            "stop": 820965732
        },
        {
            "start": 820965739,
            "stop": 820966080
        },
        {
            "start": 820966140,
            "stop": 820966260
        },
        {
            "start": 820966510,
            "stop": 820966568
        },
        {
            "start": 820966698,
            "stop": 820967210
        },
        {
            "start": 820968237,
            "stop": 820968951
        }
    ]
}