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=563
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=564",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=562",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 563,
    "results": [
        {
            "start": 834637798,
            "stop": 834691116
        },
        {
            "start": 834692707,
            "stop": 834744439
        },
        {
            "start": 834745837,
            "stop": 834779962
        },
        {
            "start": 834781589,
            "stop": 834781897
        },
        {
            "start": 834783331,
            "stop": 834786770
        },
        {
            "start": 834786776,
            "stop": 834795923
        },
        {
            "start": 834799716,
            "stop": 834799948
        },
        {
            "start": 834799953,
            "stop": 834800004
        },
        {
            "start": 834800014,
            "stop": 834800030
        },
        {
            "start": 834800035,
            "stop": 834800224
        },
        {
            "start": 834810465,
            "stop": 834810531
        },
        {
            "start": 834810536,
            "stop": 834810828
        },
        {
            "start": 834810834,
            "stop": 834810947
        },
        {
            "start": 834810952,
            "stop": 834810970
        },
        {
            "start": 834810975,
            "stop": 834811077
        },
        {
            "start": 834811082,
            "stop": 834811542
        },
        {
            "start": 834812640,
            "stop": 834833072
        },
        {
            "start": 834836384,
            "stop": 834839879
        },
        {
            "start": 834839886,
            "stop": 834839902
        },
        {
            "start": 834841294,
            "stop": 834844320
        }
    ]
}