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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=6",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=4",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 5,
    "results": [
        {
            "start": 816364506,
            "stop": 816369030
        },
        {
            "start": 816374569,
            "stop": 816377085
        },
        {
            "start": 816383502,
            "stop": 816383508
        },
        {
            "start": 816383535,
            "stop": 816384440
        },
        {
            "start": 816386130,
            "stop": 816387882
        },
        {
            "start": 816388101,
            "stop": 816390301
        },
        {
            "start": 816393435,
            "stop": 816394515
        },
        {
            "start": 816397338,
            "stop": 816430832
        },
        {
            "start": 816432144,
            "stop": 816439321
        },
        {
            "start": 816443733,
            "stop": 816444247
        },
        {
            "start": 816444354,
            "stop": 816445783
        },
        {
            "start": 816446360,
            "stop": 816448833
        },
        {
            "start": 816450273,
            "stop": 816457649
        },
        {
            "start": 816459873,
            "stop": 816469877
        },
        {
            "start": 816470728,
            "stop": 816471738
        },
        {
            "start": 816472765,
            "stop": 816481475
        },
        {
            "start": 816482752,
            "stop": 816493577
        },
        {
            "start": 816495423,
            "stop": 816526313
        },
        {
            "start": 816526730,
            "stop": 816526770
        },
        {
            "start": 816528645,
            "stop": 816535116
        }
    ]
}