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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=104",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=102",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 103,
    "results": [
        {
            "start": 931535157,
            "stop": 931535224
        },
        {
            "start": 931535230,
            "stop": 931535295
        },
        {
            "start": 931535303,
            "stop": 931535425
        },
        {
            "start": 931535435,
            "stop": 931535464
        },
        {
            "start": 931535469,
            "stop": 931535543
        },
        {
            "start": 931535549,
            "stop": 931535574
        },
        {
            "start": 931535580,
            "stop": 931535595
        },
        {
            "start": 931535601,
            "stop": 931535607
        },
        {
            "start": 931535612,
            "stop": 931535624
        },
        {
            "start": 931535629,
            "stop": 931535706
        },
        {
            "start": 931535712,
            "stop": 931535769
        },
        {
            "start": 931535775,
            "stop": 931535797
        },
        {
            "start": 931535803,
            "stop": 931535809
        },
        {
            "start": 931535815,
            "stop": 931535869
        },
        {
            "start": 931535877,
            "stop": 931535881
        },
        {
            "start": 931535889,
            "stop": 931535897
        },
        {
            "start": 931535903,
            "stop": 931536018
        },
        {
            "start": 931536023,
            "stop": 931536105
        },
        {
            "start": 931536113,
            "stop": 931536127
        },
        {
            "start": 931536133,
            "stop": 931536177
        }
    ]
}