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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3560",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3558",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3559,
    "results": [
        {
            "start": 871702495,
            "stop": 871702637
        },
        {
            "start": 871702658,
            "stop": 871702680
        },
        {
            "start": 871702740,
            "stop": 871702774
        },
        {
            "start": 871702791,
            "stop": 871702804
        },
        {
            "start": 871702821,
            "stop": 871703021
        },
        {
            "start": 871703038,
            "stop": 871703062
        },
        {
            "start": 871703079,
            "stop": 871703153
        },
        {
            "start": 871703170,
            "stop": 871703336
        },
        {
            "start": 871703353,
            "stop": 871703354
        },
        {
            "start": 871703371,
            "stop": 871703469
        },
        {
            "start": 871703486,
            "stop": 871703668
        },
        {
            "start": 871703685,
            "stop": 871703692
        },
        {
            "start": 871703719,
            "stop": 871703726
        },
        {
            "start": 871703754,
            "stop": 871703805
        },
        {
            "start": 871703822,
            "stop": 871704107
        },
        {
            "start": 871704124,
            "stop": 871704128
        },
        {
            "start": 871704145,
            "stop": 871704180
        },
        {
            "start": 871704197,
            "stop": 871704321
        },
        {
            "start": 871704339,
            "stop": 871704485
        },
        {
            "start": 871704502,
            "stop": 871704574
        }
    ]
}