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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=89",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=87",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 88,
    "results": [
        {
            "start": 826586754,
            "stop": 826597632
        },
        {
            "start": 826597664,
            "stop": 826602648
        },
        {
            "start": 826603740,
            "stop": 826606406
        },
        {
            "start": 826606407,
            "stop": 826614144
        },
        {
            "start": 826614176,
            "stop": 826620320
        },
        {
            "start": 826620352,
            "stop": 826626208
        },
        {
            "start": 826626240,
            "stop": 826626601
        },
        {
            "start": 826628501,
            "stop": 826633376
        },
        {
            "start": 826633408,
            "stop": 826634336
        },
        {
            "start": 826634368,
            "stop": 826634816
        },
        {
            "start": 826634848,
            "stop": 826640953
        },
        {
            "start": 826641817,
            "stop": 826642190
        },
        {
            "start": 826642903,
            "stop": 826643593
        },
        {
            "start": 826645091,
            "stop": 826648092
        },
        {
            "start": 826648095,
            "stop": 826648192
        },
        {
            "start": 826648224,
            "stop": 826651648
        },
        {
            "start": 826651680,
            "stop": 826654912
        },
        {
            "start": 826654944,
            "stop": 826658293
        },
        {
            "start": 826659119,
            "stop": 826660931
        },
        {
            "start": 826661962,
            "stop": 826666976
        }
    ]
}