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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=96",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=94",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 95,
    "results": [
        {
            "start": 949469621,
            "stop": 949504533
        },
        {
            "start": 949506284,
            "stop": 949506895
        },
        {
            "start": 949509167,
            "stop": 949515838
        },
        {
            "start": 949532733,
            "stop": 949532759
        },
        {
            "start": 949535400,
            "stop": 949558891
        },
        {
            "start": 949599343,
            "stop": 949605571
        },
        {
            "start": 949621060,
            "stop": 949657687
        },
        {
            "start": 949665369,
            "stop": 949666798
        },
        {
            "start": 949669261,
            "stop": 949685286
        },
        {
            "start": 949726733,
            "stop": 949728040
        },
        {
            "start": 949729068,
            "stop": 949733344
        },
        {
            "start": 949736254,
            "stop": 949762749
        },
        {
            "start": 949810685,
            "stop": 949815995
        },
        {
            "start": 949818863,
            "stop": 949831801
        },
        {
            "start": 949834010,
            "stop": 949847607
        },
        {
            "start": 949850332,
            "stop": 949857531
        },
        {
            "start": 949872936,
            "stop": 949873089
        },
        {
            "start": 949874868,
            "stop": 949877108
        },
        {
            "start": 949878147,
            "stop": 949880985
        },
        {
            "start": 949888419,
            "stop": 949893297
        }
    ]
}