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=523
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=524",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=522",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 523,
    "results": [
        {
            "start": 827504769,
            "stop": 827506075
        },
        {
            "start": 827506081,
            "stop": 827513330
        },
        {
            "start": 827514385,
            "stop": 827517932
        },
        {
            "start": 827520581,
            "stop": 827526016
        },
        {
            "start": 827526029,
            "stop": 827528718
        },
        {
            "start": 827529571,
            "stop": 827536992
        },
        {
            "start": 827538185,
            "stop": 827571156
        },
        {
            "start": 827571163,
            "stop": 827588646
        },
        {
            "start": 827590058,
            "stop": 827591077
        },
        {
            "start": 827591090,
            "stop": 827592238
        },
        {
            "start": 827592244,
            "stop": 827596688
        },
        {
            "start": 827596695,
            "stop": 827597276
        },
        {
            "start": 827597281,
            "stop": 827597289
        },
        {
            "start": 827611575,
            "stop": 827616530
        },
        {
            "start": 827616535,
            "stop": 827617132
        },
        {
            "start": 827617137,
            "stop": 827617751
        },
        {
            "start": 827617756,
            "stop": 827618492
        },
        {
            "start": 827619540,
            "stop": 827619662
        },
        {
            "start": 827620930,
            "stop": 827681496
        },
        {
            "start": 827681502,
            "stop": 827686383
        }
    ]
}