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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=196",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=194",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 195,
    "results": [
        {
            "start": 816925616,
            "stop": 816925619
        },
        {
            "start": 816925627,
            "stop": 816925630
        },
        {
            "start": 816925635,
            "stop": 816925639
        },
        {
            "start": 816925652,
            "stop": 816925665
        },
        {
            "start": 816925673,
            "stop": 816925674
        },
        {
            "start": 816925677,
            "stop": 816925679
        },
        {
            "start": 816925683,
            "stop": 816925686
        },
        {
            "start": 816925690,
            "stop": 816925691
        },
        {
            "start": 816925700,
            "stop": 816925708
        },
        {
            "start": 816925714,
            "stop": 816925837
        },
        {
            "start": 816925841,
            "stop": 816925866
        },
        {
            "start": 816925878,
            "stop": 816925889
        },
        {
            "start": 816925928,
            "stop": 816925931
        },
        {
            "start": 816925945,
            "stop": 816925950
        },
        {
            "start": 816925953,
            "stop": 816926086
        },
        {
            "start": 816926100,
            "stop": 816926151
        },
        {
            "start": 816926155,
            "stop": 816926156
        },
        {
            "start": 816926164,
            "stop": 816926186
        },
        {
            "start": 816926190,
            "stop": 816926194
        },
        {
            "start": 816926198,
            "stop": 816926235
        }
    ]
}