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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=417",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=415",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 416,
    "results": [
        {
            "start": 827050117,
            "stop": 827050245
        },
        {
            "start": 827050261,
            "stop": 827052175
        },
        {
            "start": 827052182,
            "stop": 827052593
        },
        {
            "start": 827052600,
            "stop": 827052940
        },
        {
            "start": 827052947,
            "stop": 827053034
        },
        {
            "start": 827053042,
            "stop": 827053281
        },
        {
            "start": 827053288,
            "stop": 827053593
        },
        {
            "start": 827053600,
            "stop": 827054234
        },
        {
            "start": 827054241,
            "stop": 827054963
        },
        {
            "start": 827054970,
            "stop": 827057768
        },
        {
            "start": 827057775,
            "stop": 827060060
        },
        {
            "start": 827060067,
            "stop": 827061290
        },
        {
            "start": 827061370,
            "stop": 827061593
        },
        {
            "start": 827061600,
            "stop": 827063911
        },
        {
            "start": 827063918,
            "stop": 827066686
        },
        {
            "start": 827066693,
            "stop": 827066936
        },
        {
            "start": 827066944,
            "stop": 827067110
        },
        {
            "start": 827067190,
            "stop": 827067485
        },
        {
            "start": 827067492,
            "stop": 827070289
        },
        {
            "start": 827070296,
            "stop": 827070715
        }
    ]
}