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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1861",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1859",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1860,
    "results": [
        {
            "start": 844019848,
            "stop": 844020966
        },
        {
            "start": 844026247,
            "stop": 844027361
        },
        {
            "start": 844030158,
            "stop": 844035232
        },
        {
            "start": 844035342,
            "stop": 844036645
        },
        {
            "start": 844038010,
            "stop": 844043547
        },
        {
            "start": 844043553,
            "stop": 844051428
        },
        {
            "start": 844051728,
            "stop": 844092970
        },
        {
            "start": 844092975,
            "stop": 844095882
        },
        {
            "start": 844095889,
            "stop": 844096688
        },
        {
            "start": 844096691,
            "stop": 844096780
        },
        {
            "start": 844098965,
            "stop": 844100657
        },
        {
            "start": 844100665,
            "stop": 844103688
        },
        {
            "start": 844103694,
            "stop": 844103695
        },
        {
            "start": 844103698,
            "stop": 844103713
        },
        {
            "start": 844103717,
            "stop": 844103720
        },
        {
            "start": 844103730,
            "stop": 844103732
        },
        {
            "start": 844103744,
            "stop": 844106905
        },
        {
            "start": 844106910,
            "stop": 844112150
        },
        {
            "start": 844112153,
            "stop": 844112170
        },
        {
            "start": 844112182,
            "stop": 844112186
        }
    ]
}