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=56
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=57",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=55",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 56,
    "results": [
        {
            "start": 821275315,
            "stop": 821275329
        },
        {
            "start": 821275332,
            "stop": 821275364
        },
        {
            "start": 821275367,
            "stop": 821275580
        },
        {
            "start": 821275583,
            "stop": 821275631
        },
        {
            "start": 821275634,
            "stop": 821275679
        },
        {
            "start": 821275682,
            "stop": 821275766
        },
        {
            "start": 821275769,
            "stop": 821275801
        },
        {
            "start": 821275804,
            "stop": 821275965
        },
        {
            "start": 821275968,
            "stop": 821275969
        },
        {
            "start": 821275973,
            "stop": 821276444
        },
        {
            "start": 821276450,
            "stop": 821276452
        },
        {
            "start": 821276455,
            "stop": 821276480
        },
        {
            "start": 821276483,
            "stop": 821276490
        },
        {
            "start": 821276493,
            "stop": 821276579
        },
        {
            "start": 821276582,
            "stop": 821276629
        },
        {
            "start": 821276632,
            "stop": 821276687
        },
        {
            "start": 821276690,
            "stop": 821276841
        },
        {
            "start": 821276844,
            "stop": 821276962
        },
        {
            "start": 821276965,
            "stop": 821277125
        },
        {
            "start": 821277128,
            "stop": 821277144
        }
    ]
}