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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=26",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=24",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 25,
    "results": [
        {
            "start": 816397510,
            "stop": 816398990
        },
        {
            "start": 816399130,
            "stop": 816400589
        },
        {
            "start": 816400602,
            "stop": 816404030
        },
        {
            "start": 816404110,
            "stop": 816405170
        },
        {
            "start": 816405250,
            "stop": 816406146
        },
        {
            "start": 816406153,
            "stop": 816416571
        },
        {
            "start": 816416579,
            "stop": 816430740
        },
        {
            "start": 816430800,
            "stop": 816430813
        },
        {
            "start": 816432144,
            "stop": 816437412
        },
        {
            "start": 816437416,
            "stop": 816438231
        },
        {
            "start": 816438243,
            "stop": 816439273
        },
        {
            "start": 816443733,
            "stop": 816444247
        },
        {
            "start": 816444354,
            "stop": 816445753
        },
        {
            "start": 816446360,
            "stop": 816448813
        },
        {
            "start": 816448831,
            "stop": 816448832
        },
        {
            "start": 816450273,
            "stop": 816452810
        },
        {
            "start": 816452890,
            "stop": 816453227
        },
        {
            "start": 816453256,
            "stop": 816456751
        },
        {
            "start": 816456763,
            "stop": 816457124
        },
        {
            "start": 816459873,
            "stop": 816462529
        }
    ]
}