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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5197",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5195",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5196,
    "results": [
        {
            "start": 874841512,
            "stop": 874842777
        },
        {
            "start": 874842784,
            "stop": 874844409
        },
        {
            "start": 874844416,
            "stop": 874844784
        },
        {
            "start": 874844820,
            "stop": 874845113
        },
        {
            "start": 874845120,
            "stop": 874845301
        },
        {
            "start": 874845309,
            "stop": 874846100
        },
        {
            "start": 874846971,
            "stop": 874847992
        },
        {
            "start": 874849999,
            "stop": 874851634
        },
        {
            "start": 874851641,
            "stop": 874853067
        },
        {
            "start": 874853074,
            "stop": 874853151
        },
        {
            "start": 874853158,
            "stop": 874853860
        },
        {
            "start": 874853867,
            "stop": 874853930
        },
        {
            "start": 874853938,
            "stop": 874853944
        },
        {
            "start": 874853952,
            "stop": 874854699
        },
        {
            "start": 874854706,
            "stop": 874854737
        },
        {
            "start": 874854744,
            "stop": 874854795
        },
        {
            "start": 874854802,
            "stop": 874854870
        },
        {
            "start": 874854877,
            "stop": 874855310
        },
        {
            "start": 874855317,
            "stop": 874855640
        },
        {
            "start": 874855647,
            "stop": 874856173
        }
    ]
}