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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=280",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=278",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 279,
    "results": [
        {
            "start": 867069828,
            "stop": 867070738
        },
        {
            "start": 867075980,
            "stop": 867076024
        },
        {
            "start": 867086017,
            "stop": 867088819
        },
        {
            "start": 867116975,
            "stop": 867136245
        },
        {
            "start": 867136980,
            "stop": 867155706
        },
        {
            "start": 867162469,
            "stop": 867190341
        },
        {
            "start": 867190450,
            "stop": 867222798
        },
        {
            "start": 867223498,
            "stop": 867250324
        },
        {
            "start": 867253922,
            "stop": 867266707
        },
        {
            "start": 867269298,
            "stop": 867269475
        },
        {
            "start": 867273167,
            "stop": 867308177
        },
        {
            "start": 867309351,
            "stop": 867327092
        },
        {
            "start": 867328010,
            "stop": 867339850
        },
        {
            "start": 867339917,
            "stop": 867414929
        },
        {
            "start": 867415348,
            "stop": 867416896
        },
        {
            "start": 867420034,
            "stop": 867426449
        },
        {
            "start": 867429342,
            "stop": 867429390
        },
        {
            "start": 867429542,
            "stop": 867429783
        },
        {
            "start": 867429858,
            "stop": 867434783
        },
        {
            "start": 867436369,
            "stop": 867442507
        }
    ]
}