Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=205
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=206",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=204",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 205,
    "results": [
        {
            "start": 816856534,
            "stop": 816856538
        },
        {
            "start": 816856541,
            "stop": 816856542
        },
        {
            "start": 816856552,
            "stop": 816856558
        },
        {
            "start": 816856571,
            "stop": 816856572
        },
        {
            "start": 816856593,
            "stop": 816856594
        },
        {
            "start": 816856601,
            "stop": 816856608
        },
        {
            "start": 816856611,
            "stop": 816856620
        },
        {
            "start": 816856625,
            "stop": 816856635
        },
        {
            "start": 816856639,
            "stop": 816856664
        },
        {
            "start": 816856667,
            "stop": 816856673
        },
        {
            "start": 816856676,
            "stop": 816856682
        },
        {
            "start": 816856687,
            "stop": 816856690
        },
        {
            "start": 816856710,
            "stop": 816856712
        },
        {
            "start": 816856715,
            "stop": 816856717
        },
        {
            "start": 816856720,
            "stop": 816856724
        },
        {
            "start": 816856727,
            "stop": 816856734
        },
        {
            "start": 816856744,
            "stop": 816856745
        },
        {
            "start": 816856748,
            "stop": 816856749
        },
        {
            "start": 816856756,
            "stop": 816856759
        },
        {
            "start": 816856764,
            "stop": 816856772
        }
    ]
}