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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=1041",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=1039",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 1040,
    "results": [
        {
            "start": 874465394,
            "stop": 874465634
        },
        {
            "start": 874465812,
            "stop": 874465872
        },
        {
            "start": 874466157,
            "stop": 874467897
        },
        {
            "start": 874468187,
            "stop": 874468487
        },
        {
            "start": 874468683,
            "stop": 874470033
        },
        {
            "start": 874470387,
            "stop": 874470627
        },
        {
            "start": 874470916,
            "stop": 874471066
        },
        {
            "start": 874471186,
            "stop": 874472896
        },
        {
            "start": 874473102,
            "stop": 874476762
        },
        {
            "start": 874477003,
            "stop": 874478023
        },
        {
            "start": 874478203,
            "stop": 874478683
        },
        {
            "start": 874480104,
            "stop": 874480224
        },
        {
            "start": 874480254,
            "stop": 874480464
        },
        {
            "start": 874481027,
            "stop": 874481087
        },
        {
            "start": 874481514,
            "stop": 874482294
        },
        {
            "start": 874482518,
            "stop": 874483298
        },
        {
            "start": 874483437,
            "stop": 874484277
        },
        {
            "start": 874484486,
            "stop": 874488026
        },
        {
            "start": 874488056,
            "stop": 874488116
        },
        {
            "start": 874489552,
            "stop": 874490392
        }
    ]
}