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/H2_CBCLOW_CAT2/segments?format=api&page=637
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=638",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=636",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 637,
    "results": [
        {
            "start": 851344551,
            "stop": 851346937
        },
        {
            "start": 851347862,
            "stop": 851348471
        },
        {
            "start": 851348791,
            "stop": 851349213
        },
        {
            "start": 851349613,
            "stop": 851349944
        },
        {
            "start": 851349990,
            "stop": 851351924
        },
        {
            "start": 851352631,
            "stop": 851353982
        },
        {
            "start": 851354679,
            "stop": 851355314
        },
        {
            "start": 851355714,
            "stop": 851356307
        },
        {
            "start": 851356386,
            "stop": 851356401
        },
        {
            "start": 851356423,
            "stop": 851356427
        },
        {
            "start": 851356469,
            "stop": 851356486
        },
        {
            "start": 851356510,
            "stop": 851358681
        },
        {
            "start": 851359294,
            "stop": 851361061
        },
        {
            "start": 851361533,
            "stop": 851362327
        },
        {
            "start": 851362348,
            "stop": 851362642
        },
        {
            "start": 851364024,
            "stop": 851366109
        },
        {
            "start": 851366140,
            "stop": 851367169
        },
        {
            "start": 851367186,
            "stop": 851369179
        },
        {
            "start": 851374508,
            "stop": 851388390
        },
        {
            "start": 851389234,
            "stop": 851392841
        }
    ]
}