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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=217",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=215",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 216,
    "results": [
        {
            "start": 848943946,
            "stop": 848944026
        },
        {
            "start": 848946095,
            "stop": 848946889
        },
        {
            "start": 848946911,
            "stop": 848946947
        },
        {
            "start": 848946968,
            "stop": 848947004
        },
        {
            "start": 848947028,
            "stop": 848947029
        },
        {
            "start": 848947051,
            "stop": 848948827
        },
        {
            "start": 848948848,
            "stop": 848949015
        },
        {
            "start": 848949033,
            "stop": 848949431
        },
        {
            "start": 848949460,
            "stop": 848950094
        },
        {
            "start": 848950116,
            "stop": 848950392
        },
        {
            "start": 848950416,
            "stop": 848952454
        },
        {
            "start": 848952473,
            "stop": 848952677
        },
        {
            "start": 848952698,
            "stop": 848952822
        },
        {
            "start": 848952843,
            "stop": 848959452
        },
        {
            "start": 848959476,
            "stop": 848963720
        },
        {
            "start": 848964800,
            "stop": 848967449
        },
        {
            "start": 848967471,
            "stop": 848970085
        },
        {
            "start": 848970385,
            "stop": 848976654
        },
        {
            "start": 848976676,
            "stop": 848981878
        },
        {
            "start": 848982337,
            "stop": 848982356
        }
    ]
}