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=410
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=411",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=409",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 410,
    "results": [
        {
            "start": 868793884,
            "stop": 868793912
        },
        {
            "start": 868842015,
            "stop": 868851330
        },
        {
            "start": 868851682,
            "stop": 868856074
        },
        {
            "start": 868856096,
            "stop": 868864967
        },
        {
            "start": 868866193,
            "stop": 868870549
        },
        {
            "start": 868870571,
            "stop": 868874234
        },
        {
            "start": 868874240,
            "stop": 868887969
        },
        {
            "start": 868888023,
            "stop": 868891594
        },
        {
            "start": 868891616,
            "stop": 868896969
        },
        {
            "start": 868897091,
            "stop": 868899780
        },
        {
            "start": 868899861,
            "stop": 868899894
        },
        {
            "start": 868899916,
            "stop": 868902689
        },
        {
            "start": 868902716,
            "stop": 868902997
        },
        {
            "start": 868903018,
            "stop": 868903662
        },
        {
            "start": 868903798,
            "stop": 868908979
        },
        {
            "start": 868909485,
            "stop": 868911264
        },
        {
            "start": 868911341,
            "stop": 868913114
        },
        {
            "start": 868913136,
            "stop": 868915919
        },
        {
            "start": 868915941,
            "stop": 868916417
        },
        {
            "start": 868916827,
            "stop": 868917870
        }
    ]
}