Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=73
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=74",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=72",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 73,
    "results": [
        {
            "start": 816289373,
            "stop": 816289426
        },
        {
            "start": 816289549,
            "stop": 816289768
        },
        {
            "start": 816289775,
            "stop": 816289790
        },
        {
            "start": 816289797,
            "stop": 816290011
        },
        {
            "start": 816290018,
            "stop": 816290151
        },
        {
            "start": 816290158,
            "stop": 816290272
        },
        {
            "start": 816290279,
            "stop": 816290458
        },
        {
            "start": 816303596,
            "stop": 816303768
        },
        {
            "start": 816303781,
            "stop": 816304428
        },
        {
            "start": 816304441,
            "stop": 816304778
        },
        {
            "start": 816305058,
            "stop": 816305127
        },
        {
            "start": 816305372,
            "stop": 816305569
        },
        {
            "start": 816305713,
            "stop": 816305765
        },
        {
            "start": 816306312,
            "stop": 816306400
        },
        {
            "start": 816306664,
            "stop": 816307471
        },
        {
            "start": 816308112,
            "stop": 816311885
        },
        {
            "start": 816311997,
            "stop": 816312307
        },
        {
            "start": 816312360,
            "stop": 816312692
        },
        {
            "start": 816313695,
            "stop": 816314201
        },
        {
            "start": 816314345,
            "stop": 816314869
        }
    ]
}