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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=411",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=409",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 410,
    "results": [
        {
            "start": 860167955,
            "stop": 860167959
        },
        {
            "start": 860167961,
            "stop": 860167964
        },
        {
            "start": 860167965,
            "stop": 860168300
        },
        {
            "start": 860168302,
            "stop": 860168305
        },
        {
            "start": 860168311,
            "stop": 860168322
        },
        {
            "start": 860168326,
            "stop": 860168420
        },
        {
            "start": 860168421,
            "stop": 860168685
        },
        {
            "start": 860169652,
            "stop": 860169674
        },
        {
            "start": 860169675,
            "stop": 860169787
        },
        {
            "start": 860169788,
            "stop": 860169791
        },
        {
            "start": 860169792,
            "stop": 860169802
        },
        {
            "start": 860169803,
            "stop": 860169807
        },
        {
            "start": 860170414,
            "stop": 860170416
        },
        {
            "start": 860170417,
            "stop": 860170438
        },
        {
            "start": 860170781,
            "stop": 860170792
        },
        {
            "start": 860206202,
            "stop": 860209167
        },
        {
            "start": 860209173,
            "stop": 860209175
        },
        {
            "start": 860209180,
            "stop": 860209192
        },
        {
            "start": 860209198,
            "stop": 860252021
        },
        {
            "start": 860252023,
            "stop": 860252424
        }
    ]
}