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=502
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=503",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=501",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 502,
    "results": [
        {
            "start": 823704931,
            "stop": 823705085
        },
        {
            "start": 823705088,
            "stop": 823705187
        },
        {
            "start": 823705190,
            "stop": 823705268
        },
        {
            "start": 823705271,
            "stop": 823705405
        },
        {
            "start": 823705408,
            "stop": 823705472
        },
        {
            "start": 823705475,
            "stop": 823705574
        },
        {
            "start": 823705577,
            "stop": 823705631
        },
        {
            "start": 823705634,
            "stop": 823708057
        },
        {
            "start": 823708060,
            "stop": 823708100
        },
        {
            "start": 823708103,
            "stop": 823711753
        },
        {
            "start": 823711812,
            "stop": 823711814
        },
        {
            "start": 823773073,
            "stop": 823773373
        },
        {
            "start": 823773427,
            "stop": 823773428
        },
        {
            "start": 823780393,
            "stop": 823784427
        },
        {
            "start": 823784430,
            "stop": 823784653
        },
        {
            "start": 823784672,
            "stop": 823784674
        },
        {
            "start": 823785433,
            "stop": 823785553
        },
        {
            "start": 823785578,
            "stop": 823785580
        },
        {
            "start": 823785853,
            "stop": 823789393
        },
        {
            "start": 823789417,
            "stop": 823789419
        }
    ]
}