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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=964",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=962",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 963,
    "results": [
        {
            "start": 868368962,
            "stop": 868370462
        },
        {
            "start": 868370612,
            "stop": 868371482
        },
        {
            "start": 868371512,
            "stop": 868371782
        },
        {
            "start": 868371944,
            "stop": 868372424
        },
        {
            "start": 868376318,
            "stop": 868376618
        },
        {
            "start": 868376785,
            "stop": 868377625
        },
        {
            "start": 868377823,
            "stop": 868378603
        },
        {
            "start": 868379039,
            "stop": 868381829
        },
        {
            "start": 868381979,
            "stop": 868384079
        },
        {
            "start": 868384497,
            "stop": 868386717
        },
        {
            "start": 868387036,
            "stop": 868388176
        },
        {
            "start": 868388332,
            "stop": 868388452
        },
        {
            "start": 868388746,
            "stop": 868389106
        },
        {
            "start": 868389397,
            "stop": 868389817
        },
        {
            "start": 868389958,
            "stop": 868391848
        },
        {
            "start": 868391938,
            "stop": 868398718
        },
        {
            "start": 868398865,
            "stop": 868399105
        },
        {
            "start": 868405737,
            "stop": 868408317
        },
        {
            "start": 868408533,
            "stop": 868408743
        },
        {
            "start": 868408863,
            "stop": 868420263
        }
    ]
}