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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3761",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3759",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3760,
    "results": [
        {
            "start": 874050593,
            "stop": 874052118
        },
        {
            "start": 874052121,
            "stop": 874052280
        },
        {
            "start": 874052580,
            "stop": 874052834
        },
        {
            "start": 874052851,
            "stop": 874053968
        },
        {
            "start": 874053985,
            "stop": 874055685
        },
        {
            "start": 874055702,
            "stop": 874056712
        },
        {
            "start": 874056729,
            "stop": 874057869
        },
        {
            "start": 874057886,
            "stop": 874059776
        },
        {
            "start": 874059793,
            "stop": 874060708
        },
        {
            "start": 874060725,
            "stop": 874060919
        },
        {
            "start": 874060936,
            "stop": 874061087
        },
        {
            "start": 874061104,
            "stop": 874063201
        },
        {
            "start": 874063218,
            "stop": 874063256
        },
        {
            "start": 874063273,
            "stop": 874064259
        },
        {
            "start": 874064276,
            "stop": 874064538
        },
        {
            "start": 874064555,
            "stop": 874064580
        },
        {
            "start": 874064597,
            "stop": 874065657
        },
        {
            "start": 874065674,
            "stop": 874067222
        },
        {
            "start": 874067239,
            "stop": 874067520
        },
        {
            "start": 874067590,
            "stop": 874067715
        }
    ]
}