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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4059",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4057",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 4058,
    "results": [
        {
            "start": 875113523,
            "stop": 875113531
        },
        {
            "start": 875113534,
            "stop": 875113584
        },
        {
            "start": 875113587,
            "stop": 875113808
        },
        {
            "start": 875113811,
            "stop": 875113861
        },
        {
            "start": 875113864,
            "stop": 875113869
        },
        {
            "start": 875113874,
            "stop": 875113876
        },
        {
            "start": 875113879,
            "stop": 875113894
        },
        {
            "start": 875113897,
            "stop": 875113933
        },
        {
            "start": 875113936,
            "stop": 875114716
        },
        {
            "start": 875114816,
            "stop": 875114925
        },
        {
            "start": 875114928,
            "stop": 875114950
        },
        {
            "start": 875114955,
            "stop": 875114958
        },
        {
            "start": 875114961,
            "stop": 875114966
        },
        {
            "start": 875114969,
            "stop": 875114976
        },
        {
            "start": 875114987,
            "stop": 875114989
        },
        {
            "start": 875114992,
            "stop": 875115008
        },
        {
            "start": 875115011,
            "stop": 875115015
        },
        {
            "start": 875115018,
            "stop": 875115274
        },
        {
            "start": 875115277,
            "stop": 875115284
        },
        {
            "start": 875115291,
            "stop": 875115292
        }
    ]
}