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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=526",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=524",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 525,
    "results": [
        {
            "start": 827173499,
            "stop": 827173527
        },
        {
            "start": 827173529,
            "stop": 827175138
        },
        {
            "start": 827175458,
            "stop": 827176001
        },
        {
            "start": 827176401,
            "stop": 827189353
        },
        {
            "start": 827190602,
            "stop": 827236226
        },
        {
            "start": 827236228,
            "stop": 827236292
        },
        {
            "start": 827236293,
            "stop": 827236348
        },
        {
            "start": 827236349,
            "stop": 827236371
        },
        {
            "start": 827236372,
            "stop": 827237092
        },
        {
            "start": 827237492,
            "stop": 827238077
        },
        {
            "start": 827238524,
            "stop": 827238538
        },
        {
            "start": 827238971,
            "stop": 827247725
        },
        {
            "start": 827248509,
            "stop": 827249972
        },
        {
            "start": 827249973,
            "stop": 827250053
        },
        {
            "start": 827250054,
            "stop": 827250109
        },
        {
            "start": 827251899,
            "stop": 827255653
        },
        {
            "start": 827256543,
            "stop": 827258397
        },
        {
            "start": 827258400,
            "stop": 827267399
        },
        {
            "start": 827268736,
            "stop": 827274954
        },
        {
            "start": 827280304,
            "stop": 827291833
        }
    ]
}