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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=693",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=691",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 692,
    "results": [
        {
            "start": 830045827,
            "stop": 830046275
        },
        {
            "start": 830046292,
            "stop": 830046304
        },
        {
            "start": 830046321,
            "stop": 830048956
        },
        {
            "start": 830048973,
            "stop": 830050939
        },
        {
            "start": 830050956,
            "stop": 830055698
        },
        {
            "start": 830055715,
            "stop": 830057089
        },
        {
            "start": 830057389,
            "stop": 830057470
        },
        {
            "start": 830057487,
            "stop": 830057517
        },
        {
            "start": 830057534,
            "stop": 830057759
        },
        {
            "start": 830057776,
            "stop": 830057972
        },
        {
            "start": 830058272,
            "stop": 830062382
        },
        {
            "start": 830062399,
            "stop": 830062957
        },
        {
            "start": 830063257,
            "stop": 830066664
        },
        {
            "start": 830066681,
            "stop": 830068968
        },
        {
            "start": 830068985,
            "stop": 830070809
        },
        {
            "start": 830070826,
            "stop": 830072376
        },
        {
            "start": 830072393,
            "stop": 830073088
        },
        {
            "start": 830073105,
            "stop": 830074159
        },
        {
            "start": 830074176,
            "stop": 830075026
        },
        {
            "start": 830075043,
            "stop": 830078634
        }
    ]
}