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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10298",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10296",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10297,
    "results": [
        {
            "start": 875113378,
            "stop": 875113389
        },
        {
            "start": 875113425,
            "stop": 875113493
        },
        {
            "start": 875113559,
            "stop": 875113576
        },
        {
            "start": 875113612,
            "stop": 875113800
        },
        {
            "start": 875113836,
            "stop": 875113853
        },
        {
            "start": 875113922,
            "stop": 875113925
        },
        {
            "start": 875113961,
            "stop": 875114716
        },
        {
            "start": 875114816,
            "stop": 875114917
        },
        {
            "start": 875115070,
            "stop": 875115266
        },
        {
            "start": 875115381,
            "stop": 875115404
        },
        {
            "start": 875116618,
            "stop": 875116631
        },
        {
            "start": 875116675,
            "stop": 875116702
        },
        {
            "start": 875116710,
            "stop": 875116773
        },
        {
            "start": 875117225,
            "stop": 875117260
        },
        {
            "start": 875117517,
            "stop": 875117524
        },
        {
            "start": 875117592,
            "stop": 875117625
        },
        {
            "start": 875117994,
            "stop": 875118213
        },
        {
            "start": 875118370,
            "stop": 875118527
        },
        {
            "start": 875118575,
            "stop": 875118720
        },
        {
            "start": 875118933,
            "stop": 875119020
        }
    ]
}