Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=103
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=104",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=102",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 103,
    "results": [
        {
            "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
        },
        {
            "start": 1134794919,
            "stop": 1134794920
        },
        {
            "start": 1134794924,
            "stop": 1134794988
        },
        {
            "start": 1134794996,
            "stop": 1134795223
        },
        {
            "start": 1134795226,
            "stop": 1134795233
        },
        {
            "start": 1134795240,
            "stop": 1134795246
        },
        {
            "start": 1134795249,
            "stop": 1134795288
        },
        {
            "start": 1134795295,
            "stop": 1134795338
        },
        {
            "start": 1134795345,
            "stop": 1134795402
        },
        {
            "start": 1134795409,
            "stop": 1134795479
        }
    ]
}