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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=379",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=377",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 378,
    "results": [
        {
            "start": 821761465,
            "stop": 821761471
        },
        {
            "start": 821761474,
            "stop": 821761477
        },
        {
            "start": 821761483,
            "stop": 821761486
        },
        {
            "start": 821761489,
            "stop": 821761490
        },
        {
            "start": 821761504,
            "stop": 821761521
        },
        {
            "start": 821761528,
            "stop": 821761532
        },
        {
            "start": 821761535,
            "stop": 821761536
        },
        {
            "start": 821761543,
            "stop": 821761546
        },
        {
            "start": 821761549,
            "stop": 821761550
        },
        {
            "start": 821761553,
            "stop": 821761563
        },
        {
            "start": 821761572,
            "stop": 821761595
        },
        {
            "start": 821761598,
            "stop": 821761610
        },
        {
            "start": 821761618,
            "stop": 821761619
        },
        {
            "start": 821761622,
            "stop": 821761627
        },
        {
            "start": 821761630,
            "stop": 821761632
        },
        {
            "start": 821761648,
            "stop": 821761649
        },
        {
            "start": 821761652,
            "stop": 821761657
        },
        {
            "start": 821761662,
            "stop": 821761664
        },
        {
            "start": 821761667,
            "stop": 821761668
        },
        {
            "start": 821761675,
            "stop": 821761686
        }
    ]
}