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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=404",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=402",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 403,
    "results": [
        {
            "start": 932635011,
            "stop": 932635048
        },
        {
            "start": 932635049,
            "stop": 932635123
        },
        {
            "start": 932635124,
            "stop": 932635126
        },
        {
            "start": 932635127,
            "stop": 932635225
        },
        {
            "start": 932635226,
            "stop": 932635353
        },
        {
            "start": 932635354,
            "stop": 932635390
        },
        {
            "start": 932635392,
            "stop": 932635478
        },
        {
            "start": 932637975,
            "stop": 932638313
        },
        {
            "start": 932638314,
            "stop": 932638406
        },
        {
            "start": 932638407,
            "stop": 932638716
        },
        {
            "start": 932638717,
            "stop": 932638811
        },
        {
            "start": 932638813,
            "stop": 932638899
        },
        {
            "start": 932638900,
            "stop": 932639900
        },
        {
            "start": 932639901,
            "stop": 932640309
        },
        {
            "start": 932640310,
            "stop": 932640313
        },
        {
            "start": 932640316,
            "stop": 932640845
        },
        {
            "start": 932640846,
            "stop": 932641215
        },
        {
            "start": 932641575,
            "stop": 932641733
        },
        {
            "start": 932648123,
            "stop": 932648320
        },
        {
            "start": 932648321,
            "stop": 932648415
        }
    ]
}