Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=158
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=159",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=157",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 158,
    "results": [
        {
            "start": 820034370,
            "stop": 820035033
        },
        {
            "start": 820035047,
            "stop": 820035425
        },
        {
            "start": 820035432,
            "stop": 820035841
        },
        {
            "start": 820035849,
            "stop": 820035970
        },
        {
            "start": 820035977,
            "stop": 820036132
        },
        {
            "start": 820036140,
            "stop": 820036301
        },
        {
            "start": 820036308,
            "stop": 820036492
        },
        {
            "start": 820036499,
            "stop": 820036829
        },
        {
            "start": 820036836,
            "stop": 820036935
        },
        {
            "start": 820036942,
            "stop": 820037505
        },
        {
            "start": 820037512,
            "stop": 820038105
        },
        {
            "start": 820038112,
            "stop": 820038118
        },
        {
            "start": 820038125,
            "stop": 820038428
        },
        {
            "start": 820038436,
            "stop": 820038447
        },
        {
            "start": 820038454,
            "stop": 820038787
        },
        {
            "start": 820038794,
            "stop": 820039653
        },
        {
            "start": 820039661,
            "stop": 820040141
        },
        {
            "start": 820040148,
            "stop": 820040559
        },
        {
            "start": 820040566,
            "stop": 820040872
        },
        {
            "start": 820040880,
            "stop": 820041042
        }
    ]
}