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=493
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=494",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=492",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 493,
    "results": [
        {
            "start": 822667807,
            "stop": 822667853
        },
        {
            "start": 822667864,
            "stop": 822667874
        },
        {
            "start": 822667880,
            "stop": 822667950
        },
        {
            "start": 822667953,
            "stop": 822668021
        },
        {
            "start": 822695327,
            "stop": 822695729
        },
        {
            "start": 822695731,
            "stop": 822696050
        },
        {
            "start": 822696061,
            "stop": 822696142
        },
        {
            "start": 822696144,
            "stop": 822696922
        },
        {
            "start": 822696924,
            "stop": 822696935
        },
        {
            "start": 822698151,
            "stop": 822698435
        },
        {
            "start": 822698512,
            "stop": 822714136
        },
        {
            "start": 822714139,
            "stop": 822714142
        },
        {
            "start": 822714147,
            "stop": 822714369
        },
        {
            "start": 822715671,
            "stop": 822723573
        },
        {
            "start": 822723576,
            "stop": 822725807
        },
        {
            "start": 822726759,
            "stop": 822731618
        },
        {
            "start": 822731621,
            "stop": 822732720
        },
        {
            "start": 822733223,
            "stop": 822734942
        },
        {
            "start": 822737091,
            "stop": 822737557
        },
        {
            "start": 822739108,
            "stop": 822739620
        }
    ]
}