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=21
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=22",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=20",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 21,
    "results": [
        {
            "start": 816400592,
            "stop": 816405180
        },
        {
            "start": 816405240,
            "stop": 816406148
        },
        {
            "start": 816406151,
            "stop": 816407434
        },
        {
            "start": 816407451,
            "stop": 816416573
        },
        {
            "start": 816416577,
            "stop": 816430485
        },
        {
            "start": 816430518,
            "stop": 816430712
        },
        {
            "start": 816432144,
            "stop": 816437412
        },
        {
            "start": 816437416,
            "stop": 816438231
        },
        {
            "start": 816438233,
            "stop": 816439024
        },
        {
            "start": 816443733,
            "stop": 816444247
        },
        {
            "start": 816444354,
            "stop": 816445663
        },
        {
            "start": 816446360,
            "stop": 816448713
        },
        {
            "start": 816450273,
            "stop": 816453220
        },
        {
            "start": 816453239,
            "stop": 816456372
        },
        {
            "start": 816456389,
            "stop": 816456751
        },
        {
            "start": 816456753,
            "stop": 816457118
        },
        {
            "start": 816459873,
            "stop": 816462529
        },
        {
            "start": 816462532,
            "stop": 816467642
        },
        {
            "start": 816467659,
            "stop": 816469757
        },
        {
            "start": 816470728,
            "stop": 816471618
        }
    ]
}