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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=50",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=48",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 49,
    "results": [
        {
            "start": 1173523346,
            "stop": 1173532037
        },
        {
            "start": 1173532039,
            "stop": 1173532495
        },
        {
            "start": 1173532497,
            "stop": 1173538342
        },
        {
            "start": 1173538344,
            "stop": 1173539105
        },
        {
            "start": 1173539107,
            "stop": 1173539158
        },
        {
            "start": 1173539160,
            "stop": 1173539178
        },
        {
            "start": 1173573161,
            "stop": 1173574005
        },
        {
            "start": 1173579478,
            "stop": 1173580473
        },
        {
            "start": 1173583965,
            "stop": 1173589444
        },
        {
            "start": 1173589445,
            "stop": 1173593675
        },
        {
            "start": 1173595651,
            "stop": 1173598446
        },
        {
            "start": 1173598448,
            "stop": 1173613713
        },
        {
            "start": 1173613716,
            "stop": 1173614512
        },
        {
            "start": 1173614514,
            "stop": 1173628492
        },
        {
            "start": 1173630531,
            "stop": 1173637714
        },
        {
            "start": 1173641573,
            "stop": 1173643599
        },
        {
            "start": 1173644421,
            "stop": 1173645531
        },
        {
            "start": 1173645533,
            "stop": 1173646358
        },
        {
            "start": 1173646360,
            "stop": 1173653021
        },
        {
            "start": 1173654883,
            "stop": 1173658640
        }
    ]
}