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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=978",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=976",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 977,
    "results": [
        {
            "start": 1134866550,
            "stop": 1134866551
        },
        {
            "start": 1134866560,
            "stop": 1134866564
        },
        {
            "start": 1134866567,
            "stop": 1134866571
        },
        {
            "start": 1134866574,
            "stop": 1134866576
        },
        {
            "start": 1134866580,
            "stop": 1134866582
        },
        {
            "start": 1134866585,
            "stop": 1134866591
        },
        {
            "start": 1134866597,
            "stop": 1134866598
        },
        {
            "start": 1134866604,
            "stop": 1134866605
        },
        {
            "start": 1134866623,
            "stop": 1134866636
        },
        {
            "start": 1134866654,
            "stop": 1134866666
        },
        {
            "start": 1134866692,
            "stop": 1134866723
        },
        {
            "start": 1134866730,
            "stop": 1134866741
        },
        {
            "start": 1134866744,
            "stop": 1134866746
        },
        {
            "start": 1134866751,
            "stop": 1134869584
        },
        {
            "start": 1134869586,
            "stop": 1134870415
        },
        {
            "start": 1134870421,
            "stop": 1134870424
        },
        {
            "start": 1134870427,
            "stop": 1134870428
        },
        {
            "start": 1134870461,
            "stop": 1134870469
        },
        {
            "start": 1134870474,
            "stop": 1134870476
        },
        {
            "start": 1134870506,
            "stop": 1134870507
        }
    ]
}