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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5070",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5068",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5069,
    "results": [
        {
            "start": 874612574,
            "stop": 874612576
        },
        {
            "start": 874612584,
            "stop": 874612585
        },
        {
            "start": 874612592,
            "stop": 874612616
        },
        {
            "start": 874612631,
            "stop": 874612644
        },
        {
            "start": 874612652,
            "stop": 874612671
        },
        {
            "start": 874612679,
            "stop": 874612684
        },
        {
            "start": 874612708,
            "stop": 874612713
        },
        {
            "start": 874612721,
            "stop": 874612727
        },
        {
            "start": 874612746,
            "stop": 874612838
        },
        {
            "start": 874612849,
            "stop": 874612877
        },
        {
            "start": 874612886,
            "stop": 874612903
        },
        {
            "start": 874612911,
            "stop": 874612948
        },
        {
            "start": 874612955,
            "stop": 874612990
        },
        {
            "start": 874612997,
            "stop": 874613001
        },
        {
            "start": 874613009,
            "stop": 874613046
        },
        {
            "start": 874613053,
            "stop": 874613101
        },
        {
            "start": 874613116,
            "stop": 874613155
        },
        {
            "start": 874613162,
            "stop": 874613166
        },
        {
            "start": 874613173,
            "stop": 874613187
        },
        {
            "start": 874613195,
            "stop": 874613199
        }
    ]
}