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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=230",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=228",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 229,
    "results": [
        {
            "start": 931725469,
            "stop": 931725471
        },
        {
            "start": 931725473,
            "stop": 931725482
        },
        {
            "start": 931725484,
            "stop": 931725492
        },
        {
            "start": 931725497,
            "stop": 931725498
        },
        {
            "start": 931725506,
            "stop": 931725507
        },
        {
            "start": 931725509,
            "stop": 931725510
        },
        {
            "start": 931725520,
            "stop": 931725521
        },
        {
            "start": 931725526,
            "stop": 931725527
        },
        {
            "start": 931725528,
            "stop": 931725530
        },
        {
            "start": 931725532,
            "stop": 931725533
        },
        {
            "start": 931725554,
            "stop": 931725556
        },
        {
            "start": 931725560,
            "stop": 931725561
        },
        {
            "start": 931725573,
            "stop": 931725575
        },
        {
            "start": 931729363,
            "stop": 931729370
        },
        {
            "start": 931729374,
            "stop": 931729378
        },
        {
            "start": 931729379,
            "stop": 931729381
        },
        {
            "start": 931729383,
            "stop": 931729395
        },
        {
            "start": 931729397,
            "stop": 931729404
        },
        {
            "start": 931729405,
            "stop": 931729412
        },
        {
            "start": 931729414,
            "stop": 931729415
        }
    ]
}