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=924
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=925",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=923",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 924,
    "results": [
        {
            "start": 869089207,
            "stop": 869090677
        },
        {
            "start": 869090827,
            "stop": 869091607
        },
        {
            "start": 869091771,
            "stop": 869097891
        },
        {
            "start": 869098116,
            "stop": 869107596
        },
        {
            "start": 869107800,
            "stop": 869113140
        },
        {
            "start": 869113337,
            "stop": 869121197
        },
        {
            "start": 869122660,
            "stop": 869123860
        },
        {
            "start": 869124022,
            "stop": 869125072
        },
        {
            "start": 869125102,
            "stop": 869141662
        },
        {
            "start": 869142504,
            "stop": 869144424
        },
        {
            "start": 869149789,
            "stop": 869155909
        },
        {
            "start": 869156139,
            "stop": 869159019
        },
        {
            "start": 869159367,
            "stop": 869164227
        },
        {
            "start": 869165651,
            "stop": 869168711
        },
        {
            "start": 869169260,
            "stop": 869177660
        },
        {
            "start": 869178824,
            "stop": 869179964
        },
        {
            "start": 869181243,
            "stop": 869181603
        },
        {
            "start": 869181753,
            "stop": 869189583
        },
        {
            "start": 869189777,
            "stop": 869193617
        },
        {
            "start": 869193772,
            "stop": 869197372
        }
    ]
}