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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=644",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=642",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 643,
    "results": [
        {
            "start": 852428732,
            "stop": 852429367
        },
        {
            "start": 852429784,
            "stop": 852435930
        },
        {
            "start": 852437354,
            "stop": 852439697
        },
        {
            "start": 852442185,
            "stop": 852458892
        },
        {
            "start": 852459801,
            "stop": 852473858
        },
        {
            "start": 852473908,
            "stop": 852486250
        },
        {
            "start": 852486935,
            "stop": 852489510
        },
        {
            "start": 852489570,
            "stop": 852489584
        },
        {
            "start": 852491143,
            "stop": 852492889
        },
        {
            "start": 852494182,
            "stop": 852495719
        },
        {
            "start": 852495738,
            "stop": 852497190
        },
        {
            "start": 852498617,
            "stop": 852498658
        },
        {
            "start": 852498802,
            "stop": 852500769
        },
        {
            "start": 852500786,
            "stop": 852501362
        },
        {
            "start": 852501380,
            "stop": 852502421
        },
        {
            "start": 852503077,
            "stop": 852503331
        },
        {
            "start": 852508935,
            "stop": 852509082
        },
        {
            "start": 852509929,
            "stop": 852520747
        },
        {
            "start": 852521776,
            "stop": 852545802
        },
        {
            "start": 852545860,
            "stop": 852548698
        }
    ]
}