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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=8",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=6",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 7,
    "results": [
        {
            "start": 817227569,
            "stop": 817232025
        },
        {
            "start": 817239342,
            "stop": 817243388
        },
        {
            "start": 817244374,
            "stop": 817315241
        },
        {
            "start": 817334320,
            "stop": 817340756
        },
        {
            "start": 817341661,
            "stop": 817347050
        },
        {
            "start": 817348088,
            "stop": 817400679
        },
        {
            "start": 817403612,
            "stop": 817423388
        },
        {
            "start": 817423853,
            "stop": 817426280
        },
        {
            "start": 817426623,
            "stop": 817442435
        },
        {
            "start": 817443516,
            "stop": 817447644
        },
        {
            "start": 817460989,
            "stop": 817488890
        },
        {
            "start": 817491299,
            "stop": 817504515
        },
        {
            "start": 817507859,
            "stop": 817508392
        },
        {
            "start": 817509065,
            "stop": 817565084
        },
        {
            "start": 817566792,
            "stop": 817596517
        },
        {
            "start": 817597339,
            "stop": 817618144
        },
        {
            "start": 817630709,
            "stop": 817662196
        },
        {
            "start": 817664611,
            "stop": 817689448
        },
        {
            "start": 817690520,
            "stop": 817694556
        },
        {
            "start": 817695518,
            "stop": 817698766
        }
    ]
}