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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=16",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 17,
    "results": [
        {
            "start": 815299432,
            "stop": 815299435
        },
        {
            "start": 815299446,
            "stop": 815299457
        },
        {
            "start": 815299461,
            "stop": 815299463
        },
        {
            "start": 815299470,
            "stop": 815299471
        },
        {
            "start": 815299475,
            "stop": 815299486
        },
        {
            "start": 815299490,
            "stop": 815299505
        },
        {
            "start": 815299510,
            "stop": 815299579
        },
        {
            "start": 815299583,
            "stop": 815299626
        },
        {
            "start": 815299633,
            "stop": 815299648
        },
        {
            "start": 815299652,
            "stop": 815299800
        },
        {
            "start": 815299819,
            "stop": 815299846
        },
        {
            "start": 815299853,
            "stop": 815299873
        },
        {
            "start": 815299889,
            "stop": 815299890
        },
        {
            "start": 815300562,
            "stop": 815300576
        },
        {
            "start": 815300580,
            "stop": 815300586
        },
        {
            "start": 815300589,
            "stop": 815300595
        },
        {
            "start": 815300604,
            "stop": 815300619
        },
        {
            "start": 815300628,
            "stop": 815300644
        },
        {
            "start": 815300647,
            "stop": 815300669
        },
        {
            "start": 815300676,
            "stop": 815300828
        }
    ]
}