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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=423",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=421",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 422,
    "results": [
        {
            "start": 869995956,
            "stop": 870007500
        },
        {
            "start": 870008831,
            "stop": 870010422
        },
        {
            "start": 870010443,
            "stop": 870010444
        },
        {
            "start": 870010466,
            "stop": 870010472
        },
        {
            "start": 870010496,
            "stop": 870011517
        },
        {
            "start": 870011536,
            "stop": 870011541
        },
        {
            "start": 870011653,
            "stop": 870013849
        },
        {
            "start": 870013871,
            "stop": 870020114
        },
        {
            "start": 870020156,
            "stop": 870023831
        },
        {
            "start": 870030460,
            "stop": 870030776
        },
        {
            "start": 870031049,
            "stop": 870031306
        },
        {
            "start": 870031391,
            "stop": 870031401
        },
        {
            "start": 870031488,
            "stop": 870031565
        },
        {
            "start": 870031834,
            "stop": 870033884
        },
        {
            "start": 870034186,
            "stop": 870038404
        },
        {
            "start": 870040300,
            "stop": 870045129
        },
        {
            "start": 870045166,
            "stop": 870046084
        },
        {
            "start": 870046418,
            "stop": 870052039
        },
        {
            "start": 870052201,
            "stop": 870058000
        },
        {
            "start": 870058300,
            "stop": 870058416
        }
    ]
}