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=973
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=974",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=972",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 973,
    "results": [
        {
            "start": 1134794480,
            "stop": 1134794483
        },
        {
            "start": 1134794487,
            "stop": 1134794490
        },
        {
            "start": 1134794494,
            "stop": 1134794505
        },
        {
            "start": 1134794509,
            "stop": 1134794522
        },
        {
            "start": 1134794527,
            "stop": 1134794537
        },
        {
            "start": 1134794542,
            "stop": 1134794547
        },
        {
            "start": 1134794552,
            "stop": 1134794558
        },
        {
            "start": 1134794577,
            "stop": 1134794581
        },
        {
            "start": 1134794587,
            "stop": 1134794588
        },
        {
            "start": 1134794596,
            "stop": 1134794601
        },
        {
            "start": 1134794604,
            "stop": 1134794607
        },
        {
            "start": 1134794610,
            "stop": 1134794611
        },
        {
            "start": 1134794617,
            "stop": 1134794624
        },
        {
            "start": 1134794645,
            "stop": 1134794649
        },
        {
            "start": 1134794666,
            "stop": 1134794667
        },
        {
            "start": 1134794683,
            "stop": 1134794688
        },
        {
            "start": 1134794693,
            "stop": 1134794697
        },
        {
            "start": 1134794714,
            "stop": 1134794716
        },
        {
            "start": 1134794727,
            "stop": 1134794785
        },
        {
            "start": 1134794803,
            "stop": 1134794903
        }
    ]
}